#define FILE_LICENCE(_licence)
Declare a particular licence as applying to a file.
#define FILE_SECBOOT(_status)
Declare a file's UEFI Secure Boot permission status.
time_t time_now(void)
Get current time in seconds (ignoring system clock offset)
int64_t time_t
Seconds since the Epoch.
time_t mktime(struct tm *tm)
Calculate seconds since the Epoch.
int tm_mon
Month of year [0,11].
int tm_year
Years since 1900.
int tm_sec
Seconds [0,60].
int tm_isdst
Daylight savings flag.
int tm_yday
Day of year [0,365].
int tm_mday
Day of month [1,31].
int tm_min
Minutes [0,59].
int tm_wday
Day of week [0,6] (Sunday=0)
signed long time_offset
Current system clock offset.