Electron100 / butane

An ORM for Rust with a focus on simplicity and on writing Rust, not SQL
Apache License 2.0
91 stars 13 forks source link

chrono::DateTime<chrono::offset::Utc> support #19

Closed jayvdb closed 1 year ago

jayvdb commented 1 year ago

butane supports chrono::naive::NaiveDateTime, but doesnt support chrono::DateTime<chrono::offset::Utc>, which is what a lot of other ORMs use, and also what is easiest to reason about.