pub const MAX_SECONDS_INTERVAL: u64 = _; // 86_400u64Expand description
Upper bound on any _s seconds interval. 1 day is already far
beyond any reasonable value; anything larger is almost certainly a
unit-conversion error (someone thought the field was in ms).