Utc.timestamp has been deprecated in a recent version of the chrono crate.
Switching to Utc.timestamp_nanos fixes this.
Differential D12981
[Explorer] Fix `chrono` deprecation warning for `Utc.timestamp` tobias_ruck on Jan 13 2023, 21:04. Authored by Tags None Subscribers None
Details
Utc.timestamp has been deprecated in a recent version of the chrono crate. Switching to Utc.timestamp_nanos fixes this.
Diff Detail
|