Module time

Module time 

Source
Expand description

Time helpers used by persistence and reporting code.

The model and storage layers use these helpers to keep timestamps in one canonical format and to avoid scattering raw chrono calls across call sites.

Functionsยง

now
Return the current UTC timestamp in RFC 3339 second precision.
now_ms
Return the current UTC timestamp as milliseconds since the Unix epoch.