Compute and return the median of the collected time offset samples. The median is returned as 0 when there are less than 5 samples.
Declared in <node/timeoffsets.h>
[[requires_capability(0x7f95154b7dd8)]]
std::chrono::seconds
Median() const;
The median observed time offset, or 0 seconds when fewer than 5 samples exist.