pub fn ts_parse(s: &str) -> Option<u64>
Parse a ts_fmt-style string back to nanosecond u64. Returns None on malformed input.
ts_fmt
None