PostgreSQL Source Code  git master
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 TZDEFAULT   "/etc/localtime"
 
#define TZDEFRULES   "posixrules"
 
#define TZ_MAGIC   "TZif"
 
#define TZ_MAX_TIMES   2000
 
#define TZ_MAX_TYPES   256 /* Limited by what (unsigned char)'s can hold */
 
#define TZ_MAX_CHARS   50 /* 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 37 of file tzfile.h.

◆ TZ_MAX_CHARS

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

Definition at line 105 of file tzfile.h.

◆ TZ_MAX_LEAPS

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

Definition at line 108 of file tzfile.h.

◆ TZ_MAX_TIMES

#define TZ_MAX_TIMES   2000

Definition at line 100 of file tzfile.h.

◆ TZ_MAX_TYPES

#define TZ_MAX_TYPES   256 /* Limited by what (unsigned char)'s can hold */

Definition at line 103 of file tzfile.h.

◆ TZDEFAULT

#define TZDEFAULT   "/etc/localtime"

Definition at line 27 of file tzfile.h.

◆ TZDEFRULES

#define TZDEFRULES   "posixrules"

Definition at line 28 of file tzfile.h.