If Arma date is in leap year the last day of the year is 30 Dec 23:59, next minute it is 1 Jan 00:00
Description
Description
Details
Details
- Legacy ID
- 963628150
- Severity
- None
- Resolution
- Not Fixable
- Reproducibility
- Always
- Operating System
- Windows 7
- Category
- Engine
Steps To Reproduce
setDate [2035,12,31,23,59] - non leap
hint str date; [2035,12,31,23,59] <-- correct
setDate [2036,12,31,23,59] - leap year
hint str date; [2037,1,1,23,59] <-- WTF?
Event Timeline
Comment Actions
Cannot be fixed, too risky, fixing leap year might move dates and missions could be dependent on it and full moon dates could change, so we have to live with the fact that you cannot have December 31 on a leap Year