Actions
Bug #77919
closedChange DateTime::ISO8601 to DateTime::ATOM
Start date:
2016-09-12
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
DateTime
Complexity:
Is Regression:
No
Sprint Focus:
On Location Sprint
Description
Hi,
The current checks and usages of the ISO8601 is not ISO-8601.
See: http://php.net/manual/en/class.datetime.php
I quote;
"This format is not compatible with ISO-8601, but is left this way for backward compatibility reasons. Use DateTime::ATOM or DATE_ATOM for compatibility with ISO-8601 instead."
We should avoid using DATE_ISO8601 or DateTime::ISO8601
Files
Actions