Home
last modified time | relevance | path

Searched refs:alttm (Results 1 - 1 of 1) sorted by relevance

/third_party/tzdata/
H A Dlocaltime.c2104 struct tm alttm; in time2sub() local
2105 if (funcp(sp, &altt, offset, &alttm) in time2sub()
2106 && alttm.tm_isdst == mytm.tm_isdst in time2sub()
2107 && alttm.TM_GMTOFF == yourtm.TM_GMTOFF in time2sub()
2108 && tmcomp(&alttm, &yourtm) == 0) { in time2sub()
2110 mytm = alttm; in time2sub()

Completed in 4 milliseconds