PostgreSQL Source Code  git master
fmt_tm Struct Reference

Data Fields

int tm_sec
 
int tm_min
 
int64 tm_hour
 
int tm_mday
 
int tm_mon
 
int tm_year
 
int tm_wday
 
int tm_yday
 
long int tm_gmtoff
 

Detailed Description

Definition at line 469 of file formatting.c.

Field Documentation

◆ tm_gmtoff

long int fmt_tm::tm_gmtoff

Definition at line 479 of file formatting.c.

◆ tm_hour

int64 fmt_tm::tm_hour

Definition at line 473 of file formatting.c.

◆ tm_mday

int fmt_tm::tm_mday

Definition at line 474 of file formatting.c.

◆ tm_min

int fmt_tm::tm_min

Definition at line 472 of file formatting.c.

◆ tm_mon

int fmt_tm::tm_mon

Definition at line 475 of file formatting.c.

◆ tm_sec

int fmt_tm::tm_sec

Definition at line 471 of file formatting.c.

◆ tm_wday

int fmt_tm::tm_wday

Definition at line 477 of file formatting.c.

◆ tm_yday

int fmt_tm::tm_yday

Definition at line 478 of file formatting.c.

◆ tm_year

int fmt_tm::tm_year

Definition at line 476 of file formatting.c.


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