Module now

Source
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§

EpochMillis
A type representing the number of milliseconds since the Unix epoch.