[TYPO3-core] RFC: #4553: Bugfix - Enable negative timestamps
Martin Kutschker
martin.kutschker-n0spam at no5pam-blackbox.net
Sun Feb 17 20:29:41 CET 2008
Steffen Kamper schrieb:
> Hi,
>
> this is a SVN patch request.
>
> Type: Bugfix
>
> Branches: 4.2.
>
> Bugtracker:
> http://bugs.typo3.org/view.php?id=4553
>
> Problem:
> It was not possible to use negative timestamps (also limitation for php
> <5.1)
>
> Solution:
> Now we have a minimum of php 5.2 and negative timestamps are no longer a
> problem.
> I modified the eval function in js and now it's possible to enter dates
> before 1970
The lower limit is 1902, which is fine because it's actually 1901-12-13.
But according to that logic the upper limit should be 2037 (2038-01-19).
Please make the range either from 1902-01-01 to 2037-12-31 (easier) or
from 1901-12-13 to 2038-01-19 (maximum range).
Otherwise +1 from reading, but I hope that this is the only constraint
in the Core. No further check in TCEmain, or so?
Masi
More information about the TYPO3-team-core
mailing list