PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
fmt_tz Struct Reference

Data Fields

bool has_tz
 
int gmtoffset
 

Detailed Description

Definition at line 435 of file formatting.c.

Field Documentation

◆ gmtoffset

int fmt_tz::gmtoffset

Definition at line 438 of file formatting.c.

Referenced by do_to_timestamp(), parse_datetime(), and to_timestamp().

◆ has_tz

bool fmt_tz::has_tz

Definition at line 437 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: