Built-in function ctime - ctime(seconds) -> string

Built-in function ctime - ctime(seconds) -> string

SYNOPSIS

import log
ctime(seconds) -> string

DESCRIPTION

Convert a time in seconds since the Epoch to a string in local time. This is equivalent to asctime(localtime(seconds)).

SEE ALSO

log


Generated by HTMLFormatter at Tue Jun 12 18:59:08 2001