Asterisk - The Open Source Telephony Project GIT-master-67613d1
Data Fields
ast_tm Struct Reference

#include <localtime.h>

Data Fields

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

Detailed Description

Definition at line 35 of file localtime.h.

Field Documentation

◆ tm_gmtoff

long int tm_gmtoff

Seconds east of UTC.

Definition at line 45 of file localtime.h.

Referenced by packdate().

◆ tm_hour

int tm_hour

◆ tm_isdst

int tm_isdst

◆ tm_mday

int tm_mday

◆ tm_min

int tm_min

◆ tm_mon

int tm_mon

◆ tm_sec

int tm_sec

◆ tm_usec

int tm_usec

microseconds

Definition at line 48 of file localtime.h.

Referenced by ast_strftime_locale(), ast_strptime_locale(), odbc_log(), and tmcomp().

◆ tm_wday

int tm_wday

◆ tm_yday

int tm_yday

◆ tm_year

int tm_year

◆ tm_zone

char* tm_zone

Timezone abbreviation.

Definition at line 46 of file localtime.h.

Referenced by build_device().


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