RosettaCodeData/Task/System-time/Nim/system-time.nim

7 lines
112 B
Nim
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
import times
echo getDateStr()
echo getClockStr()
echo getTime()
echo now() # shorthand for "getTime().local"