Task #103496
closedUse ISO date format by default
100%
Description
The configuration option SYS/ddmmyy
is set to d-m-y
which has issues:
1. Date display can be ambiguous if a 2-digit year could also be a day in a month, e.g. 21-04-23 could be 2021-04-23 or 2023-04-21
2. Date display can be unclear for dates in a different century, e.g. 21-04-71 could be 2071-04-21 or 1971-04-21
3. The current format is kind-of-German where d.m.y
or d.m.Y
would be used. Given that TYPO3 targets an internal audience, a bias like this should be removed.
For these reasons the usual ISO date format Y-m-d
should be used by default to solve these issues.
Also see https://en.wikipedia.org/wiki/List_of_date_formats_by_country where basically all countries prefer a 4-digit year to avoid the above mentioned ambiguities.
Updated by Gerrit Code Review 12 months ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/83617
Updated by Gerrit Code Review 12 months ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/83617
Updated by Gerrit Code Review 12 months ago
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/83617
Updated by Gerrit Code Review 12 months ago
Patch set 4 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/83617
Updated by Gerrit Code Review 12 months ago
Patch set 5 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/83617
Updated by Gerrit Code Review 12 months ago
Patch set 6 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/83617
Updated by Gerrit Code Review 12 months ago
Patch set 7 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/83617
Updated by Gerrit Code Review 12 months ago
Patch set 8 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/83617
Updated by Gerrit Code Review 12 months ago
Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/83653
Updated by Mathias Brodala 12 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset cd4a6834e4010e74fb4b07eb02f2286578a09803.
Updated by Benni Mack 9 months ago
- Related to Feature #91748: date format in backend is incorrect (German language) added
Updated by Garvin Hicking 3 days ago
- Related to Bug #106364: DatetimeElement stores format=time in seconds, while extbase interprets it as timezone-offset-mapped UTC timestamp, when php timezone is not UTC added