Skip to main content

parse_ms

Function parse_ms 

Source
pub fn parse_ms(ts: &str) -> Option<i128>
Expand description

Parse an RFC3339 timestamp to epoch milliseconds. Returns None for unparseable input (callers exclude such entries, matching the TS tool).