Home
last modified time | relevance | path

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

/glibc-2.36/time/
Dbug-mktime4.c16 && t->tm_zone == u->tm_zone); in equal_tm()
Dtst-strftime.c15 ttm.tm_zone = NULL; /* Dereferenced directly if non-NULL. */ in do_bz18985()
36 ttm.tm_zone = NULL; /* Dereferenced directly if non-NULL. */ in do_bz18985()
Dtzset.c538 tm->tm_zone = __tzname[isdst]; in __tz_compute()
599 tp->tm_zone = "GMT"; in weak_alias()
Dgetdate.c195 tp->tm_zone = NULL; in __getdate_r()
Dtzfile.c749 tp->tm_zone = __tzname[tp->tm_isdst]; in __tzfile_compute()
Dstrftime_l.c544 zone = (const char *) tp->tm_zone; in libc_hidden_def()
/glibc-2.36/time/bits/types/
Dstruct_tm.h21 const char *tm_zone; /* Timezone abbreviation. */ member
/glibc-2.36/timezone/
DMakefile62 -DTM_GMTOFF=tm_gmtoff -DTM_ZONE=tm_zone \
Dprivate.h586 # define TM_ZONE tm_zone
/glibc-2.36/manual/
Dtime.texi1027 @item const char *tm_zone
1223 @code{tm_wday}, @code{tm_yday}, @code{tm_gmtoff}, and @code{tm_zone}
1237 of @var{brokentime}'s initial @code{tm_gmtoff} and @code{tm_zone}
1791 instead of @var{brokentime}'s @code{tm_gmtoff} and @code{tm_zone}
2697 GNU programs it is better to use the @code{tm_zone} member of the
2698 broken-down time structure, since @code{tm_zone} reports the correct
/glibc-2.36/ChangeLog.old/
DChangeLog.21721 tm_zone to "GMT".
DChangeLog.61931 (strftime): Don't use tm_zone member of argument for zone name.
6580 * time/time.h (tm_gmtoff, tm_zone): Prefix with `__' unless
DChangeLog.83668 take struct tm parameter and set tm_isdst, tm_zone and tm_offset
3672 tm_zone and tm_offset here if __use_tzfile.
DChangeLog.121009 tm_zone before calling strptime.
DChangeLog.54993 Use `const' instead of CONST. For time zones, use tm_zone if
DChangeLog.178837 (__tz_convert): Updating of tm_isdst, tm_zone, and tm_gmtoff now
DChangeLog.75376 * time/strftime.c (strftime): Use tm_zone if available, even if _LIBC.
/glibc-2.36/posix/
Dtst-regex.input3668 take struct tm parameter and set tm_isdst, tm_zone and tm_offset
3672 tm_zone and tm_offset here if __use_tzfile.