1 .TH GETTIMEOFDAY 2 "July 6, 2005"
4 gettimeofday \- get date and time
10 int gettimeofday(struct timeval *tp, struct timezone *tzp)
15 returns the time in seconds and microseconds since epoch in GMT
16 (midnight, january 1st, 1970). The timezone argument tzp is expected
19 0 on success, -1 on error. If -1 is returned, errno is set to indicate