Wed Jan 8 2020 09:50:23

Asterisk developer's documentation


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

long int tm_gmtoff

Seconds east of UTC.

Definition at line 45 of file localtime.h.

Referenced by localsub(), and packdate().

int tm_isdst

DST. [-1/0/1]

Definition at line 44 of file localtime.h.

Referenced by ast_strptime_locale(), icalfloat_to_timet(), localsub(), sms_readfile(), time2sub(), timesub(), and unpackdate().

int tm_usec

microseconds

Definition at line 48 of file localtime.h.

Referenced by ast_strftime_locale(), ast_strptime_locale(), localsub(), timesub(), tmcomp(), and transmit_definetimedate().

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: