pub fn offset_datetime_parser() -> impl Parser<char, OffsetDateTime, Error = Simple<char>>
parse an iso8601 timestamp into a time::OffsetDateTime
returns an error if the string could not be parsed