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

6 lines
147 B
Text

date d;
d_now(d);
o_form("~-/f2/-/f2/ /f2/:/f2/:/f2/\n", d_year(d), d_y_month(d), d_m_day(d),
d_d_hour(d), d_h_minute(d), d_m_second(d));