ostreedev / ostree-rs-ext

Rust library with higher level APIs on top of the core ostree API
Apache License 2.0
72 stars 22 forks source link

Fix use of deprecated chrono function #625

Closed jeamland closed 2 months ago

jeamland commented 2 months ago

This creates a DateTime<Utc> rather than a NaiveDateTime but it's what chrono recommends and, based on examining the usage of the object, doesn't change any outcomes.