Home
last modified time | relevance | path

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

/PHP-5.6/ext/date/lib/
H A Dinterval.c32 timelib_sll dst_corr = 0 ,dst_h_corr = 0, dst_m_corr = 0; in timelib_diff() local
51 dst_h_corr = dst_corr / 3600; in timelib_diff()
69 rt->h += dst_h_corr; in timelib_diff()
73 rt->days = fabs(floor((one->sse - two->sse - (dst_h_corr * 3600) - (dst_m_corr * 60)) / 86400)); in timelib_diff()
83 rt->h += dst_h_corr; in timelib_diff()

Completed in 4 milliseconds