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

2 lines
67 B
Text

now
print rejoin [now/year "-" now/month "-" now/day " " now/time]