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
Lint
Lint Not Applicable
Unit
Tests Not Applicable