pub const DAY_MS: u64 = 86_400_000;
One day in milliseconds — used for documentation and for converting the spec’s day-valued half-lives into u64 millis.
u64