[TYPO3-core] RFC: Bug #1697: Datetime input fields and timezone shift bug

Martin Kutschker martin.kutschker-n0spam at no5pam-blackbox.net
Tue Oct 23 22:35:31 CEST 2007


Steffen Kamper schrieb:
> "Ingo Renner" <ingo at typo3.org> schrieb im Newsbeitrag 
> news:mailman.1.1193155659.27713.typo3-team-core at lists.netfielders.de...
>> Ingo Renner wrote:
>>
>>>> Also remember that there is a Conf-Var, that was never used: 
>>>> $TYPO3_CONF_VARS['SYS']['serverTimeZone']
>>>> This is a possibility to read the server TZ.
>>> to calculate everything else ...
>> BTW: this is also a case for "only care for the BE, don't care for the FE" 
>> as in the FE the extensions are responsible to render things right... 
>> which makes things a lot easier.
> 
> absolutely.
> It would be also possible to store the beuser TZ in BE_USER-Object after 
> login, where client TZ could be transferred easy.

Not quite. The BE_USER object is created for every script, it's not 
serialzed anywhere (a point for improvement?), but we can use the 
session table for that.

Masi


More information about the TYPO3-team-core mailing list