PostgreSQL Source Code git master
Loading...
Searching...
No Matches
ttinfo Struct Reference

#include <pgtz.h>

Data Fields

int_least32_t tt_utoff
 
desigidx_type tt_desigidx
 
bool tt_isdst
 
bool tt_ttisstd
 
bool tt_ttisut
 

Detailed Description

Definition at line 47 of file pgtz.h.

Field Documentation

◆ tt_desigidx

desigidx_type ttinfo::tt_desigidx

Definition at line 51 of file pgtz.h.

Referenced by init_ttinfo(), and tzloadbody().

◆ tt_isdst

bool ttinfo::tt_isdst

Definition at line 52 of file pgtz.h.

Referenced by init_ttinfo().

◆ tt_ttisstd

bool ttinfo::tt_ttisstd

Definition at line 53 of file pgtz.h.

Referenced by init_ttinfo(), and tzloadbody().

◆ tt_ttisut

bool ttinfo::tt_ttisut

Definition at line 54 of file pgtz.h.

Referenced by init_ttinfo(), and tzloadbody().

◆ tt_utoff

int_least32_t ttinfo::tt_utoff

The documentation for this struct was generated from the following file: