Home
last modified time | relevance | path

Searched refs:timelib_get_time_zone_offset_info (Results 1 – 5 of 5) sorted by relevance

/PHP-8.3/ext/date/lib/
H A Dtm2unixtime.c402timelib_get_time_zone_offset_info(tz->sse, tzi, &current_offset, &current_transition_time, &curren… in do_adjust_timezone()
403timelib_get_time_zone_offset_info(tz->sse - current_offset, tzi, &after_offset, &after_transition_… in do_adjust_timezone()
412timelib_get_time_zone_offset_info(tz->sse - current_offset - 7200, tzi, &earlier_offset, &earlier_… in do_adjust_timezone()
422timelib_get_time_zone_offset_info(tz->sse - current_offset + 7200, tzi, &later_offset, &later_tran… in do_adjust_timezone()
H A Dunixtime2tm.c102 timelib_get_time_zone_offset_info(tm->sse, tm->tz_info, &offset, NULL, NULL); in timelib_update_from_sse()
H A Dinterval.c119 …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 Dparse_tz.c913 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 Dtimelib.h808 int timelib_get_time_zone_offset_info(timelib_sll ts, timelib_tzinfo *tz, int32_t* offset, timelib_…

Completed in 17 milliseconds