pub fn parse_time_range(buf: &[u8]) -> Result<TimeRange, Error>
Looks for a range separator ‘-’. Returns a TimeRange.
TimeRange