.\"return a time string .TH ctime 3 .SH NAME ctime() - return a time string .SH SYNOPSIS string ctime( int clock ); .SH DESCRIPTION Give a nice string with current date and time, with the argument 'clock' that is the number of seconds since 1970. .SH SEE ALSO time(3)