timestamp_t

UNIX timestamp structure. Corresponds to C structure types 'statx_timestamp' and 'timespec'.

extern (C)
struct timestamp_t {}

Members

Variables

tv_nsec
uint tv_nsec;

Nanoseconds since tv_sec.

tv_sec
long tv_sec;

Seconds since the Epoch (UNIX time).

Meta