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

make millisecond behaviour in timestamps configurable #14

Open samuelcolvin opened 2 years ago

samuelcolvin commented 2 years ago

option to always consider timestamps as seconds.

doziestar commented 3 months ago

Hi @samuelcolvin I added a fix for this

https://github.com/pydantic/speedate/pull/66