Asterisk - The Open Source Telephony Project  18.5.0
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
Data Fields
ttinfo Struct Reference

time type information More...

Data Fields

int tt_abbrind
 
long tt_gmtoff
 
int tt_isdst
 
int tt_ttisgmt
 
int tt_ttisstd
 

Detailed Description

time type information

<

Definition at line 132 of file localtime.c.

Field Documentation

◆ tt_abbrind

int tt_abbrind

Definition at line 135 of file localtime.c.

Referenced by localsub(), tzload(), and tzparse().

◆ tt_gmtoff

long tt_gmtoff

Definition at line 133 of file localtime.c.

Referenced by ast_get_dst_info(), localsub(), time1(), time2sub(), tzload(), and tzparse().

◆ tt_isdst

int tt_isdst

Definition at line 134 of file localtime.c.

Referenced by ast_get_dst_info(), localsub(), time1(), time2sub(), tzload(), and tzparse().

◆ tt_ttisgmt

int tt_ttisgmt

Definition at line 137 of file localtime.c.

Referenced by tzload(), and tzparse().

◆ tt_ttisstd

int tt_ttisstd

Definition at line 136 of file localtime.c.

Referenced by tzload().


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