Bug#518486: iceweasel: Iceweasel handles dates in Javascript incorrectly

2009-12-21 Thread Mike Hommey
On Sun, Dec 20, 2009 at 10:36:58PM +, Alan Chandler wrote: > Mike Hommey wrote: > >On Sun, Dec 20, 2009 at 09:55:35AM +, Alan Chandler wrote: > >>Mike Hommey wrote: > >>>On Sat, Dec 19, 2009 at 11:55:57PM +, Alan Chandler wrote: > BUT I AN NOT IN GMT+1 at that point. I am at GMT. S

Bug#518486: iceweasel: Iceweasel handles dates in Javascript incorrectly

2009-12-20 Thread Mike Hommey
On Sun, Dec 20, 2009 at 09:55:35AM +, Alan Chandler wrote: > Mike Hommey wrote: > >On Sat, Dec 19, 2009 at 11:55:57PM +, Alan Chandler wrote: > > >>BUT I AN NOT IN GMT+1 at that point. I am at GMT. So it SHOULD > >>return 0, as do all the other browsers I mention > > > >What does d.getTim

Bug#518486: iceweasel: Iceweasel handles dates in Javascript incorrectly

2009-12-20 Thread Alan Chandler
Alan Chandler wrote: Mike Hommey wrote: On Sat, Dec 19, 2009 at 11:55:57PM +, Alan Chandler wrote: BUT I AN NOT IN GMT+1 at that point. I am at GMT. So it SHOULD return 0, as do all the other browsers I mention What does d.getTimezoneOffset() return ? Mike On Iceweasel and Konqueror

Bug#518486: iceweasel: Iceweasel handles dates in Javascript incorrectly

2009-12-20 Thread Alan Chandler
Mike Hommey wrote: What does d.getTimezoneOffset() return ? Mike I have also just downloaded Google Chrome for Linux and tried that It gives TimezoneOffset as 0 -- Alan Chandler http://www.chandlerfamily.org.uk -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with

Bug#518486: iceweasel: Iceweasel handles dates in Javascript incorrectly

2009-12-20 Thread Alan Chandler
Mike Hommey wrote: On Sat, Dec 19, 2009 at 11:55:57PM +, Alan Chandler wrote: BUT I AN NOT IN GMT+1 at that point. I am at GMT. So it SHOULD return 0, as do all the other browsers I mention What does d.getTimezoneOffset() return ? Mike On Iceweasel and Konqueror TimezoneOffset gives

Bug#518486: iceweasel: Iceweasel handles dates in Javascript incorrectly

2009-12-20 Thread Mike Hommey
On Sat, Dec 19, 2009 at 11:55:57PM +, Alan Chandler wrote: > Mike Hommey wrote: > >Hi, > > > >Sorry for the late answer. > > > >On Fri, Mar 06, 2009 at 02:34:37PM +, Alan Chandler wrote: > >>Package: iceweasel > >>Version: 3.0.6-1 > >>Severity: important > >>Tags: l10n > >> > >>If I create

Bug#518486: iceweasel: Iceweasel handles dates in Javascript incorrectly

2009-03-06 Thread Alan Chandler
Package: iceweasel Version: 3.0.6-1 Severity: important Tags: l10n If I create some javascript to output the hours of a Date object created with (0) as the parameter I get the answer 1 in Iceweasel, 0 in Firefox (under windows) and 0 in Internet Explorer. var d = new Date(0); document.write