PostgreSQL Source Code: pg_tz Struct Reference (original) (raw)
#include <[pgtz.h](pgtz%5F8h%5Fsource.html)>
Data Fields | |
---|---|
char | TZname [TZ_STRLEN_MAX+1] |
struct state | state |
Detailed Description
Definition at line 65 of file pgtz.h.
Field Documentation
◆ state
struct state pg_tz::state
Definition at line 69 of file pgtz.h.
Referenced by pg_get_next_timezone_abbrev(), pg_get_timezone_offset(), pg_interpret_timezone_abbrev(), pg_load_tz(), pg_localtime(), pg_next_dst_boundary(), pg_timezone_abbrev_is_known(), pg_tzenumerate_next(), and pg_tzset().
◆ TZname
char pg_tz::TZname[TZ_STRLEN_MAX+1]
Definition at line 68 of file pgtz.h.
Referenced by pg_get_timezone_name(), pg_load_tz(), pg_tzenumerate_next(), and pg_tzset().
The documentation for this struct was generated from the following file:
- src/timezone/pgtz.h