Rust: chrono in mongodb v3.4.1
Summary The issue arises from the change in MongoDB’s dependency on the bson crate, specifically with the introduction of version 3.x. Previously, using the chrono-0_4 feature with bson version 3.1.0 allowed for direct conversion between chrono DateTime and MongoDB DateTime. However, this approach no longer works with MongoDB version 3.4.1 due to changes in how … Read more