Expand description
Now utilities.
Structs§
- NowFn
- A function that returns system or mocked time.
Statics§
- NOW_
ZERO - A
NowFn
that always returns zero. - SYSTEM_
TIME - A
NowFn
that returns the actual system time.
Functions§
- epoch_
to_ uuid_ v7 - A function that converts an epoch timestamp to a UUID v7.
- now_
zero 🔒 - system_
time 🔒 - to_
datetime - Converts epoch milliseconds to a DateTime.
Type Aliases§
- Epoch
Millis - A type representing the number of milliseconds since the Unix epoch.