Important: #103496 - ISO format used for date rendering¶
See forge#103496
Description¶
The default format for date rendering configured in $GLOBALS
has changed.
The former arbitrary 'd-
format was replaced with the standard ISO 8601 'Y-
format.
Examples of dates where the 'd-
format led to unclear dates:
- A 2-digit year could also be a day in a month:
21-
could be understood as04- 23 2021-
instead of04- 23 2023-
.04- 21 - The century of years could not be distinguished:
21-
could be04- 71 2071-
or04- 21 1971-
04- 21
This affects date display in various locations so code relying on the previous format (e.g. acceptance tests) must be updated accordingly.