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

Allow setting Unix timestamps timezone to UTC+0 #41

Closed samuelcolvin closed 1 year ago

samuelcolvin commented 1 year ago

See https://github.com/pydantic/pydantic/issues/6518

Probably best to add to Config once #40 is done.