Actions
Bug #103113
closedCorrectly state "bigint signed" as datetime default
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2024-02-13
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The changelog entry typo3/sysext/core/Documentation/Changelog/13.0/Breaking-99937-DateTimeTCAFieldsToBigint.rst mentions the datetime default is "bigint unsigned" when in fact it is "bigint signed".
This is "just" a documentation mistake, the actual code correctly sets it to "signed". We do need "signed" because dates before 1970 are often ly needed, i.e. for birthdays.
Actions