mud/lib/doc/efun/system/time
2020-09-06 05:43:07 -07:00

14 lines
271 B
Plaintext

time - return the number of seconds since January 1 1970
int time( void );
Return the number of seconds since midnight (GMT) January 1, 1970.
See also:
ctime,
localtime,
time_expression,
uptime
Tim Hollebeek Beek@ZorkMUD, Lima Bean, IdeaExchange, and elsewhere