Base for Long range validators: the value must be in range.
object EpochMillisValidator : LongRangeValidator(0..4_102_444_800_000) // until year 2100
Returns null if value is valid, or a human-readable reason string if invalid.
null