tm

Members

Variables

tm_gmtoff
c_long tm_gmtoff;

offset from CUT in seconds

tm_hour
int tm_hour;

hours since midnight [0-23]

tm_isdst
int tm_isdst;

Daylight Savings Time flag

tm_mday
int tm_mday;

day of the month [1-31]

tm_min
int tm_min;

minutes after the hour [0-59]

tm_mon
int tm_mon;

months since January [0-11]

tm_sec
int tm_sec;

seconds after the minute [0-60]

tm_wday
int tm_wday;

days since Sunday [0-6]

tm_yday
int tm_yday;

days since January 1 [0-365]

tm_year
int tm_year;

years since 1900

tm_zone
char* tm_zone;

timezone abbreviation

Meta