RosettaCodeData/Task/System-time/ALGOL-68/system-time.alg

6 lines
257 B
Text
Raw Permalink Normal View History

2013-04-11 01:07:29 -07:00
FORMAT time repr = $"year="4d,", month="2d,", day="2d,", hours="2d,", \
minutes="2d,", seconds="2d,", day of week="d,", \
daylight-saving-time flag="dl$;
printf((time repr, local time));
printf((time repr, utc time))