pub fn parse_timestamp(first_line: &str) -> Result<i64, ParsingError>
Parse timestamp from the first line of a trace Expected format: “HH:MM:SS.mmm [LAYER] …”
Returns ParsingError if timestamp cannot be parsed