RosettaCodeData/Task/System-time/Rebol/system-time.rebol
2026-04-30 12:34:36 -04:00

3 lines
91 B
Text

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