Transforms UNIX timestamp structure to std.datetime.systime.SysTime. SysTime stores hectonanoseconds, so some of the timestamp info is lost.
Current time as timestamp_t.
Returns string with timezone offset (hours and minutes) like +0300 or -0700.
Gets a time string by timestamp content with nanoseconds.
Gets a string containing the current time with nanoseconds.
Gets a time string from the std.datetime.systime.SysTime object.
Gets a time string with the current time.
Gets a time string by UNIX time (number of seconds).
Gets a time string by timestamp (only seconds from timestamp is used).
The function makes a delay, expressed in milliseconds.
The function makes a delay, expressed in seconds.
The function returns number of seconds since 1970-01-01.
The function makes a delay, expressed in microseconds.
UNIX timestamp structure. Corresponds to C structure types 'statx_timestamp' and 'timespec'.