Skip to content

Commit

Permalink
Switch RFC3339 formatting item to relaxed parser
Browse files Browse the repository at this point in the history
  • Loading branch information
pitdicker committed Jun 12, 2023
1 parent 52b5942 commit c9228ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/format/parse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ where
}

&RFC2822 => try_consume!(parse_rfc2822(parsed, s)),
&RFC3339 => try_consume!(parse_rfc3339(parsed, s)),
&RFC3339 => try_consume!(parse_rfc3339_relaxed(parsed, s)),
}
}

Expand Down

0 comments on commit c9228ff

Please sign in to comment.