Expand description
Tiny libc-based chrono replacement
Structs§
- Tm
- Broken-down time structure
Functions§
- gmtime
- Converts provided unix timestamp into broken-down
Tmstruct, using GMT timezone - localtime
- Same as
gmtime, but uses local timezone - time
- Retrieves current system time as a Unix timestamp
- timegm
- Convert broken-down
Tminto a unix timestamp
Type Aliases§
- time_t
- 64-bit signed integer that represents a Unix timestamp