Skip to main content

offset_datetime_to_ms

Function offset_datetime_to_ms 

Source
pub fn offset_datetime_to_ms(ts: OffsetDateTime) -> i64
Expand description

Convert an OffsetDateTime to Unix epoch milliseconds. The division happens in i128 so timestamps past April 2262 — where nanoseconds exceed i64::MAX — don’t silently corrupt when cast.