edgedb / edgedb-rust

The official Rust binding for EdgeDB
https://edgedb.com
Apache License 2.0
213 stars 26 forks source link

Conversion from `chrono::DateTime<Utc>` to `Datetime` fails #202

Closed tailhook closed 1 year ago

tailhook commented 1 year ago

This is currently blocked on the discussion of whether we want nanoseconds to be rounded or floored when converting from nanosecond-precision chrono::DateTime to microsecond-precision edgedb_protocol::model::Datetime. Hopefully this discussion will be resolved soon.