tzset.c File Reference
Go to the source code of this file.
Defines |
#define | IS_LEAP_YEAR(year) ( (year & 3) == 0 ) |
#define | DAY_MILLISEC (24L * 60L * 60L * 1000L) |
Functions |
int | _isindst (tm *tb) |
Variables |
int | _daylight = 1 |
| Used to control daylight conversions.
|
long | _dstbias = -1 * 60L * 60L |
| Difference between standard and daylight savings time in seconds.
|
long | _timezone = 5L * 60L * 60L |
| Defines your local timezone.
|
Define Documentation
#define IS_LEAP_YEAR |
( |
year |
|
) |
( (year & 3) == 0 ) |
#define DAY_MILLISEC (24L * 60L * 60L * 1000L) |
Function Documentation