Home
last modified time | relevance | path

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

/src/contrib/tzcode/
H A Dlocaltime.c2761 int_fast64_t offdiff; in time2sub() local
2764 v = ckd_sub(&offdiff, mytm.TM_GMTOFF, yourtm.TM_GMTOFF); in time2sub()
2770 offdiff = utoff_diff(mytm.TM_GMTOFF, yourtm.TM_GMTOFF); in time2sub()
2772 if (!v && !increment_overflow_time_64(&altt, offdiff)) { in time2sub()