Task #95872
closedReplace strftime with IntlDateFormatter in TYPO3 v12.0
Added by Benni Mack about 3 years ago. Updated over 1 year ago.
100%
Description
strftime is deprecated since PHP 8.0, we need an alternative. See https://wiki.php.net/rfc/deprecations_php_8_1
Updated by Christian Kuhn about 3 years ago
- Related to Bug #95575: Built-in sortItems by "label" does not respect UTF-8 added
Updated by Stefan Bürk about 3 years ago
- Related to Bug #95875: Suppress E_DEPRECATED for strftime() and gmstrftime() added
Updated by Benni Mack about 2 years ago
- Target version changed from 12.0 to 12.1
Updated by Georg Ringer almost 2 years ago
- Has duplicate Bug #99227: Deprecate stdWrap property `strftime` added
Updated by Benni Mack almost 2 years ago
- Target version changed from 12.1 to 12.2
Updated by Benni Mack almost 2 years ago
- Target version changed from 12.2 to 12.3
Updated by Georg Ringer over 1 year ago
- Status changed from Accepted to Closed
will be solved in v12 with #100187
Updated by Georg Ringer over 1 year ago
- Related to Feature #100187: Introduce php-intl based date formatting added
Updated by Gerrit Code Review over 1 year 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/+/78161
Updated by Gerrit Code Review over 1 year 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/+/78161
Updated by Gerrit Code Review over 1 year 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/+/78161
Updated by Gerrit Code Review over 1 year 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/+/78161
Updated by Gerrit Code Review over 1 year 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/+/78161
Updated by Gerrit Code Review over 1 year 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/+/78161
Updated by Benni Mack over 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset abf1e23ab5062e143d107199c073ac76882e918e.
Updated by Christian Kuhn over 1 year ago
- Related to Bug #100350: Date ViewHelper uses wrong DateFormatter function added