-
Problem report
-
Resolution: Won't fix
-
Trivial
-
6.0.23rc1, 6.4.8rc1, 7.0.0alpha7
-
Sprint 105 (Oct 2023), S2401-1
-
1
Currently it is possible to create a one-time only maintenance period that will end after 18-01-2038 (end of unix time epoch). In other places in frontend, such action is forbidden, for example - it is not possible to save SLA configuration if the Excluded downtime of this SLA ends after 18-01-2038.
Steps to reproduce:
- Open configuration of any existing Maintenance
- Add the following maintenance period:
- Period type = One time only
- Date = 2038-01-17 00:00
- Maintenance period length: 999 days
- Save Maintenance configuration
Result: maintenance configuration successfully saved.
Expected: it should not be possible to save such configuration, as the created maintenance period ends after the end of the unix time epoch.