iPXE
Typedefs | Functions
time.h File Reference

Date and time. More...

#include <stdint.h>

Go to the source code of this file.

Typedefs

typedef int64_t time_t
 Seconds since the Epoch. More...
 

Functions

 FILE_LICENCE (GPL2_OR_LATER_OR_UBDL)
 

Detailed Description

Date and time.

Definition in file time.h.

Typedef Documentation

◆ time_t

typedef int64_t time_t

Seconds since the Epoch.

We use a 64-bit type to avoid Y2K38 issues, since we may have to handle distant future dates (e.g. X.509 certificate expiry dates).

Definition at line 18 of file time.h.

Function Documentation

◆ FILE_LICENCE()

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL  )