14 lines
282 B
Plaintext
14 lines
282 B
Plaintext
ctime - return a time string
|
|
|
|
string ctime( int clock );
|
|
|
|
Gives a nice string with current date and time, with the argument 'clock'
|
|
that is the number of seconds since 1970.
|
|
|
|
See also:
|
|
time,
|
|
localtime,
|
|
uptime
|
|
|
|
Tim Hollebeek Beek@ZorkMUD, Lima Bean, IdeaExchange, and elsewhere
|