March 2003
Intermediate to advanced
656 pages
39h 30m
English
ctime
ctime([secs])Like
asctime(localtime(
secs
))
(i.e., accepts an instant expressed in seconds since the epoch and
returns a 24-character string form of that time instant).
ctime( ) without arguments is like
asctime(localtime(time( ))) (i.e., it formats the
current time instant).