7 lines
112 B
Nim
7 lines
112 B
Nim
|
|
import times
|
||
|
|
|
||
|
|
echo getDateStr()
|
||
|
|
echo getClockStr()
|
||
|
|
echo getTime()
|
||
|
|
echo now() # shorthand for "getTime().local"
|