Skip to main content

Module time

Module time 

Source
Expand description

Clock helpers (now_time, now_date). Clock helpers for the application layer.

These live in ito-core rather than ito-domain because they depend on the system clock (Local::now()), which is non-deterministic I/O.

Functionsยง

now_date
Current local date formatted as YYYY-MM-DD.
now_time
Current local time formatted as HH:MM:SS.