-
Bug
-
Resolution: Fixed
-
Minor
-
5.0
-
HQ 2025 Sprint I2 Planning
The new core_calendar\output\humandate output omits the year. While this is acceptable for dates within the same year, it becomes problematic for dates from previous or upcoming years, as they become indistinguishable from those of the current year.
For example, shown a date "1 January 2040" shows "Sunday, 1 January, 8:00 AM" instead of "Sunday, 1 January 20240, 8:00 AM".
The reason is that humandate class always uses strftimedayshort as usedate format.