RosettaCodeData/Task/System-time/Asymptote/system-time.asymptote

4 lines
146 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
time();
time("%a %b %d %H:%M:%S %Z %Y");
//are equivalent ways of returning the current time in the default format used by the UNIX date command.