Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(prost-types): Allow unknown local time offset (#1109)
`chrono` allows a negative zero local offset. I think we should follow their example. The RFC 3339 spec says this is a special value, but doesn't specify how to handle the situation. https://www.rfc-editor.org/rfc/rfc3339#section-4.3
- Loading branch information