iso8601::parsers

Function parse_time

Source
pub fn parse_time(i: &[u8]) -> IResult<&[u8], Time>
Expand description

Parses a time string.

See time for the supported formats.