pub fn parse_datetime(i: &[u8]) -> IResult<&[u8], DateTime>
Expand description

Parses a datetime string.

See datetime for supported formats.