|
|
1 NAME 2 ctime - convert a time integer into a string 3 4 SYNOPSIS 5 string ctime(int time) 6 7 8 DESCRIPTION 9 Convert the specified time, which is an integer such as is returned 10 by the kfun time(), into a string of the form 11 "Tue Aug 3 14:40:18 1993". 12 13 SEE ALSO 14 kfun/millitime, kfun/time