[TYPO3-core] RFC #7626: Date/time handling is completely broken in 4.2

Steffen Kamper steffen at sk-typo3.de
Mon Feb 25 18:00:21 CET 2008


"Steffen Kamper" <steffen at sk-typo3.de> schrieb im Newsbeitrag 
news:mailman.1.1203958060.25893.typo3-team-core at lists.netfielders.de...

> i looked at, and with a TZ of +0530
> date('O') returns 0
> date('Z') returns 0
>
> so i don't see a possibility here.
>
> vg  Steffen

i also tried with a trick:
$d1 = mktime(0,0,0,1,1,2008);
$d2 = gmmktime(0,0,0,1,1,2008);
$diff = $d2-$d1;

but $diff is also 0

It seems that with windows all timezone handling is broken with half 
timezones.

vg  Steffen 




More information about the TYPO3-team-core mailing list