PostgreSQL Source Code: fmt_tz Struct Reference (original) (raw)
Data Fields | |
---|---|
bool | has_tz |
int | gmtoffset |
Detailed Description
Definition at line 460 of file formatting.c.
Field Documentation
◆ gmtoffset
int fmt_tz::gmtoffset
Definition at line 463 of file formatting.c.
Referenced by do_to_timestamp(), parse_datetime(), and to_timestamp().
◆ has_tz
bool fmt_tz::has_tz
Definition at line 462 of file formatting.c.
Referenced by do_to_timestamp(), parse_datetime(), and to_timestamp().
The documentation for this struct was generated from the following file:
- src/backend/utils/adt/formatting.c