all tasks
This commit is contained in:
parent
b83f433714
commit
68f8f3e56b
14735 changed files with 178959 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