mud/lib/doc/efun/all/ctime
2020-09-06 05:43:07 -07:00

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