chronotope / chrono-tz

TimeZone implementations for rust-chrono from the IANA database
Other
229 stars 55 forks source link

Turn `ParseError` into a real error #121

Closed laralove143 closed 3 months ago

laralove143 commented 1 year ago

Currently it's just a String, this is unidiomatic for various reasons:

djc commented 1 year ago

Sounds reasonable, I'd be happy to review a PR in this direction!

pitdicker commented 3 months ago

Fixed in #161.