PostgreSQL Source Code
git master
|
#include <datetime.h>
Data Fields | |
pg_tz * | tz |
char | zone [FLEXIBLE_ARRAY_MEMBER] |
Definition at line 224 of file datetime.h.
pg_tz* DynamicZoneAbbrev::tz |
Definition at line 226 of file datetime.h.
Referenced by ConvertTimeZoneAbbrevs(), and FetchDynamicTimeZone().
char DynamicZoneAbbrev::zone[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 227 of file datetime.h.
Referenced by ConvertTimeZoneAbbrevs(), and FetchDynamicTimeZone().