pub fn parse_ms(ts: &str) -> Option<i128>
Parse an RFC3339 timestamp to epoch milliseconds. Returns None for unparseable input (callers exclude such entries, matching the TS tool).
None