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

require exact dates from unix timestamps to create days #5

Closed samuelcolvin closed 2 years ago

samuelcolvin commented 2 years ago

error if there's a remainder.

samuelcolvin commented 2 years ago

Probably not needed, we're doing this in pydantic-core already.