PostgreSQL Source Code
git master
|
#include <pgtz.h>
Data Fields | |
int32 | tt_utoff |
bool | tt_isdst |
int | tt_desigidx |
bool | tt_ttisstd |
bool | tt_ttisut |
int ttinfo::tt_desigidx |
Definition at line 30 of file pgtz.h.
Referenced by init_ttinfo(), localsub(), pg_interpret_timezone_abbrev(), typesequiv(), and tzloadbody().
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(), typesequiv(), tzloadbody(), and tzparse().
bool ttinfo::tt_ttisstd |
Definition at line 31 of file pgtz.h.
Referenced by init_ttinfo(), typesequiv(), tzloadbody(), and tzparse().
bool ttinfo::tt_ttisut |
Definition at line 32 of file pgtz.h.
Referenced by init_ttinfo(), typesequiv(), tzloadbody(), and tzparse().
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(), typesequiv(), tzloadbody(), and tzparse().