Home
last modified time | relevance | path

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

/PHP-8.3/ext/date/lib/
H A Dinterval.c74 timelib_sll dst_corr = 0, dst_h_corr = 0, dst_m_corr = 0; in timelib_diff_with_tzid() local
84 dst_corr = two->z - one->z; in timelib_diff_with_tzid()
85 dst_h_corr = dst_corr / 3600; in timelib_diff_with_tzid()
86 dst_m_corr = (dst_corr % 3600) / 60; in timelib_diff_with_tzid()
100 timelib_sll flipped = llabs((rt->i * 60) + (rt->s) - dst_corr); in timelib_diff_with_tzid()
112 if ((two->sse - one->sse + dst_corr) < SECS_PER_DAY) { in timelib_diff_with_tzid()
123 …DAY > trans_transition_time) && (one->sse + SECS_PER_DAY <= (trans_transition_time + dst_corr))) && 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()
134 dst_corr = one->z - trans_offset; 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