.Pp
.Bd -literal
struct timeval {
long tv_sec; /* seconds since Jan. 1, 1970 */
long tv_usec; /* and microseconds */
suseconds_t tv_usec; /* and microseconds */
};
struct timezone {
.Fn gettimeofday
system call appeared in
.Bx 4.2 .
.Sh BUGS
The tv_sec member of struct timeval should be a time_t.