```
This changes CNodeStats to handle ping timestamps as their original
incoming usec int64_t values until the time they need to be displayed.
```
Backport of core [[https://github.com/bitcoin/bitcoin/pull/18260 | PR18260]].
This fix an implicit conversion warning from Clang.