|
PostgreSQL Source Code git master
|
#include <pgtz.h>
Data Fields | |
| int_least32_t | tt_utoff |
| desigidx_type | tt_desigidx |
| bool | tt_isdst |
| bool | tt_ttisstd |
| bool | tt_ttisut |
| desigidx_type ttinfo::tt_desigidx |
Definition at line 51 of file pgtz.h.
Referenced by init_ttinfo(), and tzloadbody().
| bool ttinfo::tt_isdst |
Definition at line 52 of file pgtz.h.
Referenced by init_ttinfo().
| bool ttinfo::tt_ttisstd |
Definition at line 53 of file pgtz.h.
Referenced by init_ttinfo(), and tzloadbody().
| bool ttinfo::tt_ttisut |
Definition at line 54 of file pgtz.h.
Referenced by init_ttinfo(), and tzloadbody().
| int_least32_t ttinfo::tt_utoff |
Definition at line 49 of file pgtz.h.
Referenced by init_ttinfo(), pg_get_timezone_offset(), pg_next_dst_boundary(), and pg_timezone_abbrev_is_known().