Searched refs:trans_transition_time (Results 1 – 1 of 1) sorted by relevance
76 timelib_sll trans_transition_time; in timelib_diff_with_tzid() local119 …lib_get_time_zone_offset_info(two->sse, two->tz_info, &trans_offset, &trans_transition_time, NULL); in timelib_diff_with_tzid()123 …!((one->sse + SECS_PER_DAY > trans_transition_time) && (one->sse + SECS_PER_DAY <= (trans_transiti… in timelib_diff_with_tzid()124 two->sse >= trans_transition_time && in timelib_diff_with_tzid()125 ((two->sse - one->sse + dst_corr) % SECS_PER_DAY) > (two->sse - trans_transition_time) in timelib_diff_with_tzid()133 …e_zone_offset_info(two->sse - two->z, two->tz_info, &trans_offset, &trans_transition_time, NULL)) { in timelib_diff_with_tzid()136 if (two->sse >= trans_transition_time - dst_corr && two->sse < trans_transition_time) { in timelib_diff_with_tzid()
Completed in 6 milliseconds