Skip to main content

parse_timestamp_ms

Function parse_timestamp_ms 

Source
pub fn parse_timestamp_ms(value: &str) -> Option<i64>
Expand description

Date.parse for the ISO-8601 timestamps run bundles contain. Returns milliseconds since the epoch, or None for unparsable input.