time type information More...
Data Fields | |
int | tt_abbrind |
long | tt_gmtoff |
int | tt_isdst |
int | tt_ttisgmt |
int | tt_ttisstd |
time type information
<
Definition at line 117 of file localtime.c.
int tt_abbrind |
Definition at line 120 of file localtime.c.
Referenced by localsub(), tzload(), and tzparse().
long tt_gmtoff |
Definition at line 118 of file localtime.c.
Referenced by localsub(), time1(), time2sub(), tzload(), and tzparse().
int tt_isdst |
Definition at line 119 of file localtime.c.
Referenced by localsub(), time1(), time2sub(), tzload(), and tzparse().
int tt_ttisgmt |
Definition at line 122 of file localtime.c.
int tt_ttisstd |
Definition at line 121 of file localtime.c.