pub fn parse_time(i: &[u8]) -> IResult<&[u8], Time>
Parses a time string.
See time for the supported formats.
time