Home
last modified time | relevance | path

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

/haiku/src/system/libroot/posix/time/
H A Dlocaltime_fallback.c34 tm->__tm_zone = __utc; in __gmtime_r_fallback()
46 __secs_to_zone(t, 1, &new.tm_isdst, &new.__tm_gmtoff, &opp, &new.__tm_zone); in __mktime_fallback()
54 __secs_to_zone(t, 0, &new.tm_isdst, &new.__tm_gmtoff, &opp, &new.__tm_zone); in __mktime_fallback()
79 tm->__tm_zone = __utc; in __timegm_fallback()
/haiku/src/system/libroot/posix/musl/time/
H A Dtime_impl_haiku.h14 #define __tm_zone tm_zone macro