Struct timeval

Struct Documentation

struct timeval

BSD and SRV5 Unix timestamp.

BSD and SRV5 Unix timestamp. It has two fields:

  • time_t tv_sec - Number of seconds since 1970 (The POSIX epoch)

  • time_t tv_nsec - nanoseconds within a second