[TYPO3-dev] Wrong timezone handling

Vladimir Podkovanov admin at sitesfactory.ru
Mon May 4 16:46:13 CEST 2009


Dan Osipov wrote:
> Does this help answer your question?
> http://danosipov.com/blog/?p=65
> 
>

Thanks Dan,
You have written there as it should be, however now client sends not UTC 
to server as intended but UTC+TZ+TZ. More details:

how should be:
CLIENT ==(UTC)==> SERVER
SERVER ==(UTC + serverTZ)==> DB

how it is working now:
CLIENT ==(UTC + 2*clientTZ)==> SERVER
SERVER ==((UTC + 2*clientTZ) - serverTZ)==> DB




More information about the TYPO3-dev mailing list