https://bugzilla.novell.com/show_bug.cgi?id=740754 https://bugzilla.novell.com/show_bug.cgi?id=740754#c9 Fabio Scl <fa0sck@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fa0sck@gmail.com --- Comment #9 from Fabio Scl <fa0sck@gmail.com> 2012-07-08 23:22:20 UTC --- Another example non-Italian specific: Europe/Vienna Sat Apr 5 23:00:00 1980 UTC = Sun Apr 6 01:00:00 1980 CEST isdst=1 ~> date -d 'Apr 6 1980' date: invalid date `Apr 6 1980' <-- of course the system is correct, and consistent, but... Firefox new Date(1980,3,6) Sat Apr 05 1980 23:00:00 GMT+0100 (CET) cf. e.g.: Rekonq (WebKit) new Date(1980,3,6) Sun Apr 06 1980 00:00:00 GMT+0200 (CEST) Finally a little test with nightly trunk firefox-16.0a1.en-US.linux-x86_64: /usr/sbin/zdump -v Europe/Rome |grep 1968 Europe/Rome Sat May 25 22:59:59 1968 UTC = Sat May 25 23:59:59 1968 CET isdst=0 Europe/Rome Sat May 25 23:00:00 1968 UTC = Sun May 26 01:00:00 1968 CEST isdst=1 /usr/sbin/zdump -v Europe/Rome |grep 1974 Europe/Rome Sat May 25 22:59:59 1974 UTC = Sat May 25 23:59:59 1974 CET isdst=0 Europe/Rome Sat May 25 23:00:00 1974 UTC = Sun May 26 01:00:00 1974 CEST isdst=1 new Date(1968, 4, 26); /* Sun May 26 1968 00:00:00 GMT+0200 (CET) */ new Date(1974, 4, 26); /* Sat May 25 1974 23:00:00 GMT+0100 (CET) */ -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.