Expand description
Module to ease the conversion betwee SystemTime and i64 microseconds from the from UNIX Epoch.
Functionsยง
- Convert a SystemTime into microseconds from the unix epoch, returning None on overflow. Valid over roughly +/- 30,000 years from 1970-01-01 UTC.
- Convert micro seconds from the unix epoch to SystemTime.