pub fn parse_timestamp_ms(value: &str) -> Option<i64>
Date.parse for the ISO-8601 timestamps run bundles contain. Returns milliseconds since the epoch, or None for unparsable input.
Date.parse
None