PostgreSQL Source Code git master
Loading...
Searching...
No Matches
tzfile.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  tzhead
 

Macros

#define TZ_MAGIC   "TZif"
 
#define TZ_MAX_TIMES   2000
 
#define TZ_MAX_TYPES   256 /* Limited to 256 by Internet RFC 9636. */
 
#define TZ_MAX_CHARS   256 /* Maximum number of abbreviation characters */
 
#define TZ_MAX_LEAPS   50 /* Maximum number of leap second corrections */
 

Macro Definition Documentation

◆ TZ_MAGIC

#define TZ_MAGIC   "TZif"

Definition at line 32 of file tzfile.h.

◆ TZ_MAX_CHARS

#define TZ_MAX_CHARS   256 /* Maximum number of abbreviation characters */

Definition at line 112 of file tzfile.h.

◆ TZ_MAX_LEAPS

#define TZ_MAX_LEAPS   50 /* Maximum number of leap second corrections */

Definition at line 122 of file tzfile.h.

◆ TZ_MAX_TIMES

#define TZ_MAX_TIMES   2000

Definition at line 102 of file tzfile.h.

◆ TZ_MAX_TYPES

#define TZ_MAX_TYPES   256 /* Limited to 256 by Internet RFC 9636. */

Definition at line 107 of file tzfile.h.