roxen.lists.pike.general

Subject Author Date
Wrong Timezone detection for Europe/Athens in Pike 7.6 Thomas Gusenleitner <tomgusi[at]gmail[dot]com> 12-05-2009
Hi

i have a Problem with the timezone "Europe/Athens"

in Pike 7.6 i get EET in 7.8 EEST which is correct

[<pike[at]sbt3-server> bin]$ pike76
Pike v7.6 release 125 running Hilfe v3.5 (Incremental Pike Frontend)
> Calendar.ISO.now()->set_timezone("Europe/Athens");
(1) Result: Fraction(Tue 12 May 2009 9:35:01.028055 EET)
> quit
Exiting.
[<pike[at]sbt3-server> bin]$ pike78
Pike v7.8 release 259 running Hilfe v3.5 (Incremental Pike Frontend)
> Calendar.ISO.now()->set_timezone("Europe/Athens");
(1) Result: Fraction(Tue 12 May 2009 10:35:16.041365 EEST)
>



greetings
thomas