cloudflare / pingora

A library for building fast, reliable and evolvable network services.
Apache License 2.0
20.3k stars 1.1k forks source link

fix: deprecated of from_timestamp_opt #136

Closed liloew closed 3 months ago

liloew commented 3 months ago

NaiveDateTime::from_timestamp_opt had been tagged deprecated since chrono 0.4.23, it suggests using DateTime::from_timestamp instead of.

drcaramelsyrup commented 3 months ago

Appreciate the vigilance here. We merged a corresponding change as well when we were fixing nightly. ae8ea771b1a738b379b4061c7d7e20ca0e22a542