TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:09 +02:00
commit af8cc155b5
6818 changed files with 642608 additions and 0 deletions
@@ -0,0 +1,20 @@
.. include:: /Includes.rst.txt
.. _breaking-77919:
==============================================================
Breaking: #77919 - Changed DateTime::ISO8601 to DateTime::ATOM
==============================================================
See :issue:`77919`
Description
===========
The format `DateTime::ISO8601` is not compatible with ISO-8601, but is left this way for
backward compatibility reasons. The constant `DateTime::ATOM` or `DATE_ATOM` is used
instead when rendering JsonViews via Extbase.
See https://php.net/manual/en/class.datetime.php#datetime.constants.iso8601 for more information
.. index:: PHP-API