Actions
Bug #18956
closedIt's not possible to save dates prior to 1970 in the database.
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2008-06-13
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.1
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
It's not possible to save dates prior to 1970 in the database, because all date fields is defined as "unsigned"
In order to fix the problem, all date fields in typo3/sysext/cms/ext_table.sql should be changed from "unsigned" to "signed"
(issue imported from #M8709)
Actions