.\"return the current system time .TH time 3 .SH NAME time() - return the number of seconds since January 1, 1970 .SH SYNOPSIS int time(); .SH DESCRIPTION Return the number of seconds since midnight (GMT) January 1, 1970. .SH SEE ALSO ctime(3), localtime(3).