Data Fields | |
int | tt_abbrind |
long | tt_gmtoff |
int | tt_isdst |
int | tt_ttisgmt |
int | tt_ttisstd |
Definition at line 122 of file localtime.c.
int tt_abbrind |
long tt_gmtoff |
GMT offset in seconds
Definition at line 123 of file localtime.c.
Referenced by localsub(), and time1().
int tt_isdst |
used to set tm_isdst
Definition at line 124 of file localtime.c.
Referenced by localsub(), and time1().
int tt_ttisgmt |
TRUE if transition is GMT
Definition at line 127 of file localtime.c.
int tt_ttisstd |
TRUE if transition is std time
Definition at line 126 of file localtime.c.