RosettaCodeData/Task/System-time/Asymptote/system-time.asymptote
2023-07-01 13:44:08 -04:00

3 lines
146 B
Text

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.