Searched refs:dst_m_corr (Results 1 – 1 of 1) sorted by relevance
28 timelib_sll dst_corr = 0 ,dst_h_corr = 0, dst_m_corr = 0; in timelib_diff() local48 dst_m_corr = (dst_corr % 3600) / 60; in timelib_diff()66 rt->i += dst_m_corr; in timelib_diff()69 rt->days = abs(floor((one->sse - two->sse - (dst_h_corr * 3600) - (dst_m_corr * 60)) / 86400)); in timelib_diff()80 rt->i += dst_m_corr; in timelib_diff()
Completed in 5 milliseconds