Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

pg_tm Struct Reference

#include <pgtime.h>

Data Fields

int tm_sec
int tm_min
int tm_hour
int tm_mday
int tm_mon
int tm_year
int tm_wday
int tm_yday
int tm_isdst
long int tm_gmtoff
const char * tm_zone

Detailed Description

Definition at line 25 of file pgtime.h.


Field Documentation

long int pg_tm::tm_gmtoff

Definition at line 36 of file pgtime.h.

Referenced by _fmt(), abstime2tm(), set_next_rotation_time(), timestamp2tm(), timesub(), and timetz_zone().

const char* pg_tm::tm_zone

Definition at line 37 of file pgtime.h.

Referenced by _fmt(), abstime2tm(), gmtsub(), localsub(), score_timezone(), and timestamp2tm().


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