Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
5
Task/System-time/ALGOL-68/system-time.alg
Normal file
5
Task/System-time/ALGOL-68/system-time.alg
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
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))
|
||||
Loading…
Add table
Add a link
Reference in a new issue