Data Fields | |
int | tt_abbrind |
long | tt_gmtoff |
int | tt_isdst |
int | tt_ttisgmt |
int | tt_ttisstd |
|
abbreviation list index Definition at line 120 of file localtime.c. Referenced by localsub(), P(), and tzload(). |
|
GMT offset in seconds Definition at line 118 of file localtime.c. Referenced by localsub(), P(), time1(), time2(), and tzload(). |
|
used to set tm_isdst Definition at line 119 of file localtime.c. Referenced by localsub(), time1(), time2(), and tzload(). |
|
TRUE if transition is GMT Definition at line 122 of file localtime.c. Referenced by tzload(). |
|
TRUE if transition is std time Definition at line 121 of file localtime.c. Referenced by tzload(). |