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.