signed long time_offset
Current system clock offset.
int tm_min
Minutes [0,59].
int tm_mday
Day of month [1,31].
int tm_year
Years since 1900.
time_t time_now(void)
Get current time in seconds (ignoring system clock offset)
int tm_mon
Month of year [0,11].
FILE_LICENCE(GPL2_OR_LATER_OR_UBDL)
int tm_wday
Day of week [0,6] (Sunday=0)
int tm_yday
Day of year [0,365].
time_t mktime(struct tm *tm)
Calculate seconds since the Epoch.
static __attribute__((always_inline)) time_t time(time_t *t)
Get current time in seconds since the Epoch.
int tm_sec
Seconds [0,60].
int64_t time_t
Seconds since the Epoch.
int tm_isdst
Daylight savings flag.