https://bugzilla.novell.com/show_bug.cgi?id=740754 https://bugzilla.novell.com/show_bug.cgi?id=740754#c4 Andrea Turrini <andrea.turrini@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|andrea.turrini@gmail.com | --- Comment #4 from Andrea Turrini <andrea.turrini@gmail.com> 2012-01-23 14:41:44 UTC --- Not in your example, but if I do the same on my system, I obtain: testy = new Date(1972, 4, 28); /* Sat May 27 1972 23:00:00 GMT+0100 (CET) */ The same happens with google-chrome: new Date(1972, 4, 28): Sat May 27 1972 23:00:00 GMT+0100 (CET) It does not matter whether I use my usual user or a freshly created user: I still have this problem in both users/browsers. It is interesting to observe that opera works correcly as well as konqueror. However, I opened the following test file with 4 different browsers and this is what I obtain: Opera (11.60-4.1): 28 May? Sun May 28 1972 00:00:00 GMT+0200 Konqueror (4.7.2-4.4.1): 28 May? Sun May 28 1972 01:00:00 GMT+0200 Firefox (9.99-13.1): 28 May? Sat May 27 1972 23:00:00 GMT+0100 (CET) google-chrome (17.0.963.38-118053): 28 May? Sat May 27 1972 23:00:00 GMT+0100 (CET) The test file is just: <html> <body> <script type="text/javascript"> testy = new Date(1972,04,28); document.write('28 May? ' + testy); </script> </body> </html> -- 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.