[TYPO3-dev] core issue: extend dates with ADOdb time

Steffen Kamper steffen at dislabs.de
Wed May 16 10:20:45 CEST 2007


"Christoph Koehler" <christoph.koehler at gmail.com> schrieb im Newsbeitrag 
news:mailman.1.1179271635.29600.typo3-dev at lists.netfielders.de...
> Hello (core) devs,
>
> I am trying to extend dates in tceforms using adodb time to get rid of the 
> 2038 limitations.
> I managed to hook into the eval functions to do some server side 
> processing and pass the right timestamp on to TYPO3. So when the onChange 
> call is complete, I have the right timestamp in the hidden input field.
> However, when I save the record, the larger timestamp never gets saved but 
> reverts back to the max date in normal unix timestamp range (in the year 
> 2038).
> Where do I need to look to get that taken care of? TCEMain doesn't seem to 
> do a boundary check, only intval.
>
> Thanks for the help!
>
>
> Christoph

may be you have to change the field property to unsigned ?
Also look for the hooks in tcemain.

vg  Steffen 






More information about the TYPO3-dev mailing list