pub const MAX_PHYSICAL_MS: u64 = _; // 281_474_976_710_655u64Expand description
Maximum value for physical_ms (2^48 − 1).
Values above this are rejected by Hlc::new and HlcGenerator::next.
This cap corresponds to roughly the year 10 889 CE, so it is not a
practical limit.