Thu Apr 28 2011 16:57:20

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 27 of file localtime.h.


Field Documentation

long int tm_gmtoff

Seconds east of UTC.

Definition at line 37 of file localtime.h.

Referenced by localsub(), and packdate().

int tm_isdst

DST. [-1/0/1]

Definition at line 36 of file localtime.h.

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

int tm_usec

microseconds

Definition at line 40 of file localtime.h.

Referenced by ast_strftime(), ast_strptime(), handle_time_date_req_message(), localsub(), timesub(), and tmcomp().

char* tm_zone

Timezone abbreviation.

Definition at line 38 of file localtime.h.

Referenced by build_device().


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