Skip to main content

offset_datetime_parser

Function offset_datetime_parser 

Source
pub fn offset_datetime_parser<'src>() -> impl Parser<'src, &'src str, OffsetDateTime, Err<Rich<'src, char>>>
Expand description

parse an iso8601 timestamp into a time::OffsetDateTime

ยงErrors

returns an error if the string could not be parsed