Searched refs:dst_h_corr (Results 1 – 1 of 1) sorted by relevance
33 timelib_sll dst_corr = 0 ,dst_h_corr = 0, dst_m_corr = 0; in timelib_diff() local55 dst_h_corr = dst_corr / 3600; in timelib_diff()74 rt->h += dst_h_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()88 rt->h += dst_h_corr; in timelib_diff()
Completed in 4 milliseconds