pub fn unix_ms_to_system_time(ms: u64) -> SystemTimeExpand description
Converts milliseconds since UNIX_EPOCH into a SystemTime, the
encoding used by the envelope’s two timestamp fields.
pub fn unix_ms_to_system_time(ms: u64) -> SystemTimeConverts milliseconds since UNIX_EPOCH into a SystemTime, the
encoding used by the envelope’s two timestamp fields.