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

move `offset` to `Time` #10

Closed samuelcolvin closed 1 year ago

samuelcolvin commented 2 years ago

Again to match python better and allow times with timezones.

My mistake, didn't notice python times can have timezones.

Should also rename to tz_offset to be more explicit.