Next: max

Prev: abs

ctime

ctime()
ctime(time)
This function converts the integer time into a string format. If time is not specified, then ctime() uses the current time.

Examples:

ctime(739180536)
     => "Fri Jun  4 03:55:36 1993\n"