MySQL 8.0.39
Source Code Documentation
|
Go to the source code of this file.
Classes | |
struct | tzhead |
Macros | |
#define | TZDIR "/usr/share/zoneinfo" /* Time zone object file directory */ |
#define | TZ_MAGIC "TZif" |
#define | TZ_MAX_TIMES 370 |
#define | TZ_MAX_TYPES 20 /* Maximum number of local time types */ |
#define | TZ_MAX_CHARS 50 /* Maximum number of abbreviation characters */ |
#define | TZ_MAX_LEAPS 50 /* Maximum number of leap second corrections */ |
#define | TZ_MAX_REV_RANGES (TZ_MAX_TIMES + TZ_MAX_LEAPS + 2) |
#define | TM_YEAR_BASE 1900 |
#define | EPOCH_YEAR 1970 |
#define | isleap(y) (((y) % 4) == 0 && (((y) % 100) != 0 || ((y) % 400) == 0)) |
#define EPOCH_YEAR 1970 |
#define isleap | ( | y | ) | (((y) % 4) == 0 && (((y) % 100) != 0 || ((y) % 400) == 0)) |
#define TM_YEAR_BASE 1900 |
#define TZ_MAGIC "TZif" |
#define TZ_MAX_CHARS 50 /* Maximum number of abbreviation characters */ |
#define TZ_MAX_LEAPS 50 /* Maximum number of leap second corrections */ |
#define TZ_MAX_REV_RANGES (TZ_MAX_TIMES + TZ_MAX_LEAPS + 2) |
#define TZ_MAX_TIMES 370 |
#define TZ_MAX_TYPES 20 /* Maximum number of local time types */ |
#define TZDIR "/usr/share/zoneinfo" /* Time zone object file directory */ |