Closed Leulz closed 1 year ago
DateTime::from_utc() has been deprecated since chrono@0.4.27. The deprecation note states: Use TimeZone::from_utc_datetime() or DateTime::from_naive_utc_and_offset instead.
Use TimeZone::from_utc_datetime() or DateTime::from_naive_utc_and_offset instead
DateTime::from_utc() has been deprecated since chrono@0.4.27. The deprecation note states:
Use TimeZone::from_utc_datetime() or DateTime::from_naive_utc_and_offset instead
.