An interpreted programming language written in Go.
The time modules provide access to system time.
To use: import 'std/time'
now
returns the current Unix epoch time in seconds.
now_ms
returns the current Unix epoch time in milliseconds.
now_ns
returns the current Unix epoch time in nanoseconds.