Searched refs:dst_h_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() local47 dst_h_corr = dst_corr / 3600; in timelib_diff()65 rt->h += dst_h_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()79 rt->h += dst_h_corr; in timelib_diff()
Completed in 4 milliseconds