Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/time/
Dtzset.c128 _timezone = 0; in _tzset_unlocked()
138 _timezone = 0; in _tzset_unlocked()
200 _timezone = offset0; in _tzset_unlocked()
218 _timezone = offset0; in _tzset_unlocked()
336 _timezone = tz->__tzrule[0].offset; in _tzset_unlocked()
Dtzvars.c10 long _timezone = 0; variable
Dstrftime.c1862 printf("_timezone=%d, _daylight=%d, _tzname[0]=%s, _tzname[1]=%s\n", _timezone, _daylight, _tzname[… in main()
/picolibc-latest/newlib/libc/include/
Dtime.h175 extern long _timezone;
/picolibc-latest/newlib/
DChangeLog-20154162 non-GMT to GMT, when un-setting TZ. Set _timezone and _daylight even
12933 * libc/include/time.h (_timezone): Change to long also for Cygwin.
12938 * libc/include/time.h [!CYGWIN](_timezone): Change to long.
12950 of __tzrule which is now in gettzinfo.c. Change _timezone
18524 (_tzname, _daylight, _timezone): No long __CYGWIN__ only.
18736 (_tzname, _daylight, _timezone): No long __CYGWIN__ only.
20581 * libc/include/time.h (_timezone, _daylight, _tzname): ditto
23186 _timezone, _daylight, and _tzname.