pub fn system_time_clock() -> NTP64
Expand description
A physical clock relying on std::time::SystemTime::now().
It returns a NTP64 relative to std::time::UNIX_EPOCH (1st Jan 1970).
That’s the default clock used by an HLC
if HLCBuilder::with_clock()
is not called.