Home
last modified time | relevance | path

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

/PHP-7.4/ext/date/lib/
H A Dinterval.c33 timelib_sll dst_corr = 0 ,dst_h_corr = 0, dst_m_corr = 0; in timelib_diff() local
56 dst_m_corr = (dst_corr % 3600) / 60; in timelib_diff()
75 rt->i += dst_m_corr; in timelib_diff()
78 rt->days = fabs(floor((one->sse - two->sse - (dst_h_corr * 3600) - (dst_m_corr * 60)) / 86400)); in timelib_diff()
89 rt->i += dst_m_corr; in timelib_diff()

Completed in 5 milliseconds