Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/include/
Dtime.h84 #ifdef __TM_ZONE
85 const char *__TM_ZONE; member
/picolibc-latest/newlib/libc/time/
Dstrftime.c1410 #if defined (__TM_ZONE) in __strftime()
1411 tznam = tim_p->__TM_ZONE; in __strftime()
/picolibc-latest/newlib/
DChangeLog-20151132 * libc/time/strftime.c (__strftime): Utilize __TM_GMTOFF and __TM_ZONE
1908 (__TM_ZONE): Ditto.
1913 (__TM_ZONE): Ditto.
1914 (struct tm): Add __TM_GMTOFF and __TM_ZONE members if they are defined.