Module sys

Source
Expand description

Raw system types and functions

Structs§

tm
C definition of decoded time.

Functions§

get_time
Gets current UTC time in seconds, if available.
parse_unix
Parses UTC time into tm struct, if possible
time
Raw C API function to access time
utc_now
Gets UTC time, if available

Type Aliases§

time_t
Alias to time_t.