Actions
Task #105643
openTransform all dates in DatabaseRowDateTimeFields to DateTime
Status:
Under Review
Priority:
Should have
Assignee:
-
Category:
Code Cleanup
Target version:
Start date:
2024-11-19
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
14
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Instead of parsing only native datetime fields into ISO8601
and leaving timestamp fields as-is (to be parsed by DatetimeElement),
DatabaseRowDateTimeFields should be adapted to take responsibility for
consistent parsing of all type=datetime TCA fields and resolve
to a `DateTimeImmutable` object, which can then used by data
consumers like DatetimeElement and TcaRecordTitle.
Actions