PostgreSQL Source Code: ttinfo Struct Reference (original) (raw)
#include <[pgtz.h](pgtz%5F8h%5Fsource.html)>
Data Fields | |
---|---|
int32 | tt_utoff |
bool | tt_isdst |
int | tt_desigidx |
bool | tt_ttisstd |
bool | tt_ttisut |
Detailed Description
Definition at line 26 of file pgtz.h.
Field Documentation
◆ tt_desigidx
int ttinfo::tt_desigidx
Definition at line 30 of file pgtz.h.
Referenced by init_ttinfo(), localsub(), pg_interpret_timezone_abbrev(), pg_timezone_abbrev_is_known(), typesequiv(), and tzloadbody().
◆ tt_isdst
bool ttinfo::tt_isdst
Definition at line 29 of file pgtz.h.
Referenced by init_ttinfo(), localsub(), pg_interpret_timezone_abbrev(), pg_next_dst_boundary(), pg_timezone_abbrev_is_known(), typesequiv(), tzloadbody(), and tzparse().
◆ tt_ttisstd
bool ttinfo::tt_ttisstd
Definition at line 31 of file pgtz.h.
Referenced by init_ttinfo(), typesequiv(), tzloadbody(), and tzparse().
◆ tt_ttisut
bool ttinfo::tt_ttisut
Definition at line 32 of file pgtz.h.
Referenced by init_ttinfo(), typesequiv(), tzloadbody(), and tzparse().
◆ tt_utoff
int32 ttinfo::tt_utoff
Definition at line 28 of file pgtz.h.
Referenced by init_ttinfo(), localsub(), pg_get_timezone_offset(), pg_interpret_timezone_abbrev(), pg_next_dst_boundary(), pg_timezone_abbrev_is_known(), typesequiv(), tzloadbody(), and tzparse().
The documentation for this struct was generated from the following file:
- src/timezone/pgtz.h