Page MenuHomePhabricator

[Explorer] Fix `chrono` deprecation warning for `Utc.timestamp`
ClosedPublic

Authored by tobias_ruck on Jan 13 2023, 21:04.

Details

Summary

Utc.timestamp has been deprecated in a recent version of the chrono crate.

Switching to Utc.timestamp_nanos fixes this.

Test Plan
  1. Build the explorer, no warnings
  2. Timestamps for blocks on the explorer are still correct

Diff Detail

Repository
rABC Bitcoin ABC
Branch
explorer-fix-deprecation-warning
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 21744
Build 43123: Build Diff
Build 43122: arc lint + arc unit