[TYPO3-v4] Daterange in TCA
Thomas "Thasmo" Deinhamer
thasmo at gmail.com
Wed Jun 30 00:55:25 CEST 2010
Hi folks,
in the TCA of many tables/extensions I can find this:
"'upper' => mktime(3, 14, 7, 1, 19, 2038),"
I googled it and it seems this was a limitation/bug in PHP 4.2.3
on Windows: http://bugs.php.net/bug.php?id=19414
I tried to change this to something like:
"'upper' => mktime(0, 0, 0, date('m'), date('d'), 3000),"
But it showed no effect - I was not able to select dates
after 19. January 2038.
Any ideas? Wouldn't it be okay to set the date to a much later
date when using TYPO3 4.4.0?
Thanks a lot,
Thomas
More information about the TYPO3-project-v4
mailing list