pydantic / speedate

Fast and simple datetime, date, time and duration parsing for rust.
https://docs.rs/speedate/latest/speedate/
MIT License
199 stars 17 forks source link

wrong error parsing duration #34

Closed samuelcolvin closed 1 year ago

samuelcolvin commented 1 year ago

Paring '15:30.0001broken' gives an error about timezone.

Timezones shouldn't be allowed in durations at all.