Skip to main content

Module datetime

Module datetime 

Source
Expand description

Datetime and epoch function nodes.

Structsยง

DateComponents
Decompose epoch millis into date/time components.
EpochOffset
Add a base epoch offset to a u64 value.
EpochScale
Scale a u64 to epoch milliseconds by multiplying by a factor.
ToTimestamp
Format an epoch-millis u64 as an ISO-8601-like timestamp string.