Module time

Module time 

Source
Expand description

Time helpers abstracting over host/IC execution so call sites can request UNIX epoch timestamps at various precisions.

Functions§

now_micros
Returns the current UNIX epoch time in microseconds.
now_millis
Returns the current UNIX epoch time in milliseconds.
now_nanos
Returns the current UNIX epoch time in nanoseconds.
now_secs
Returns the current UNIX epoch time in seconds.