Project

General

Profile

Actions

Task #103496

closed

Use ISO date format by default

Added by Mathias Brodala 30 days ago. Updated 24 days ago.

Status:
Resolved
Priority:
Should have
Category:
Backend User Interface
Target version:
Start date:
2024-03-28
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Sprint Focus:

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.

Actions #1

Updated by Gerrit Code Review 30 days 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

Actions #2

Updated by Gerrit Code Review 30 days 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

Actions #3

Updated by Mathias Brodala 30 days ago

  • Description updated (diff)
Actions #4

Updated by Gerrit Code Review 30 days 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

Actions #5

Updated by Gerrit Code Review 30 days 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

Actions #6

Updated by Gerrit Code Review 30 days 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

Actions #7

Updated by Gerrit Code Review 30 days 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

Actions #8

Updated by Gerrit Code Review 30 days 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

Actions #9

Updated by Gerrit Code Review 24 days 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

Actions #10

Updated by Gerrit Code Review 24 days 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

Actions #11

Updated by Mathias Brodala 24 days ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF