Searched refs:timelib_get_time_zone_offset_info (Results 1 – 5 of 5) sorted by relevance
/PHP-8.3/ext/date/lib/ |
H A D | tm2unixtime.c | 402 …timelib_get_time_zone_offset_info(tz->sse, tzi, ¤t_offset, ¤t_transition_time, ¤… in do_adjust_timezone() 403 …timelib_get_time_zone_offset_info(tz->sse - current_offset, tzi, &after_offset, &after_transition_… in do_adjust_timezone() 412 …timelib_get_time_zone_offset_info(tz->sse - current_offset - 7200, tzi, &earlier_offset, &earlier_… in do_adjust_timezone() 422 …timelib_get_time_zone_offset_info(tz->sse - current_offset + 7200, tzi, &later_offset, &later_tran… in do_adjust_timezone()
|
H A D | unixtime2tm.c | 102 timelib_get_time_zone_offset_info(tm->sse, tm->tz_info, &offset, NULL, NULL); in timelib_update_from_sse()
|
H A D | interval.c | 119 …int success = timelib_get_time_zone_offset_info(two->sse, two->tz_info, &trans_offset, &trans_tran… in timelib_diff_with_tzid() 133 …if (timelib_get_time_zone_offset_info(two->sse - two->z, two->tz_info, &trans_offset, &trans_trans… in timelib_diff_with_tzid()
|
H A D | parse_tz.c | 913 int timelib_get_time_zone_offset_info(timelib_sll ts, timelib_tzinfo *tz, int32_t* offset, timelib_… in timelib_get_time_zone_offset_info() function 946 timelib_get_time_zone_offset_info(t->sse, t->tz_info, &offset, NULL, NULL); in timelib_get_current_offset()
|
H A D | timelib.h | 808 int timelib_get_time_zone_offset_info(timelib_sll ts, timelib_tzinfo *tz, int32_t* offset, timelib_…
|
Completed in 15 milliseconds