RosettaCodeData/Task/System-time/Rebol/system-time.rebol

4 lines
91 B
Text
Raw Permalink Normal View History

2026-04-30 12:34:36 -04:00
print now
print now/precise
print rejoin [now/year "-" now/month "-" now/day " " now/time]