PostgreSQL Source Code  git master
fmt_tz Struct Reference

Data Fields

bool has_tz
 
int gmtoffset
 

Detailed Description

Definition at line 434 of file formatting.c.

Field Documentation

◆ gmtoffset

int fmt_tz::gmtoffset

Definition at line 437 of file formatting.c.

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

◆ has_tz

bool fmt_tz::has_tz

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