Asterisk - The Open Source Telephony Project  18.5.0
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 localsub(), and packdate().

◆ tm_hour

int tm_hour

◆ tm_isdst

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().

◆ tm_mday

int tm_mday

Day. [1-31]

Definition at line 39 of file localtime.h.

Referenced by ast_check_timing2(), ast_say_date_da(), ast_say_date_de(), ast_say_date_en(), ast_say_date_fr(), ast_say_date_gr(), ast_say_date_he(), ast_say_date_hu(), ast_say_date_is(), ast_say_date_ja(), ast_say_date_ka(), ast_say_date_nl(), ast_say_date_pt(), ast_say_date_th(), ast_say_date_with_format_da(), ast_say_date_with_format_de(), ast_say_date_with_format_en(), ast_say_date_with_format_es(), ast_say_date_with_format_fr(), ast_say_date_with_format_gr(), ast_say_date_with_format_he(), ast_say_date_with_format_is(), ast_say_date_with_format_it(), ast_say_date_with_format_ja(), ast_say_date_with_format_nl(), ast_say_date_with_format_pl(), ast_say_date_with_format_pt(), ast_say_date_with_format_th(), ast_say_date_with_format_vi(), ast_say_date_with_format_zh(), ast_say_datetime_en(), ast_say_datetime_fr(), ast_say_datetime_from_now_en(), ast_say_datetime_from_now_fr(), ast_say_datetime_from_now_he(), ast_say_datetime_from_now_ka(), ast_say_datetime_from_now_pt(), ast_say_datetime_gr(), ast_say_datetime_he(), ast_say_datetime_ja(), ast_say_datetime_pt(), ast_say_datetime_th(), ast_say_datetime_zh(), callerid_genmsg(), dump_datetime(), enc_ie_date(), iax2_datetime(), icalfloat_to_timet(), odbc_log(), packdate(), phone_call(), say_date_generic(), send_date_time(), send_date_time2(), send_date_time3(), set_timezone_variables(), sms_compose2(), sms_handleincoming_proto2(), sms_readfile(), time2sub(), timesub(), tmcomp(), transmit_definetimedate(), transmit_notify_request_with_callerid(), unpackdate(), and write_history().

◆ tm_min

int tm_min

◆ tm_mon

int tm_mon

Month. [0-11]

Definition at line 40 of file localtime.h.

Referenced by ast_check_timing2(), ast_say_date_da(), ast_say_date_de(), ast_say_date_en(), ast_say_date_fr(), ast_say_date_gr(), ast_say_date_he(), ast_say_date_hu(), ast_say_date_is(), ast_say_date_ja(), ast_say_date_ka(), ast_say_date_nl(), ast_say_date_pt(), ast_say_date_th(), ast_say_date_with_format_da(), ast_say_date_with_format_de(), ast_say_date_with_format_en(), ast_say_date_with_format_es(), ast_say_date_with_format_fr(), ast_say_date_with_format_gr(), ast_say_date_with_format_he(), ast_say_date_with_format_is(), ast_say_date_with_format_it(), ast_say_date_with_format_ja(), ast_say_date_with_format_nl(), ast_say_date_with_format_pl(), ast_say_date_with_format_pt(), ast_say_date_with_format_th(), ast_say_date_with_format_vi(), ast_say_date_with_format_zh(), ast_say_datetime_en(), ast_say_datetime_fr(), ast_say_datetime_from_now_en(), ast_say_datetime_from_now_fr(), ast_say_datetime_from_now_he(), ast_say_datetime_from_now_ka(), ast_say_datetime_from_now_pt(), ast_say_datetime_gr(), ast_say_datetime_he(), ast_say_datetime_ja(), ast_say_datetime_pt(), ast_say_datetime_th(), ast_say_datetime_zh(), callerid_genmsg(), dump_datetime(), enc_ie_date(), iax2_datetime(), icalfloat_to_timet(), odbc_log(), packdate(), phone_call(), say_date_generic(), send_date_time(), send_date_time2(), send_date_time3(), set_timezone_variables(), sms_compose2(), sms_handleincoming_proto2(), sms_readfile(), time2sub(), timesub(), tmcomp(), transmit_definetimedate(), transmit_notify_request_with_callerid(), unpackdate(), and write_history().

◆ tm_sec

int tm_sec

◆ tm_usec

int tm_usec

◆ 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: