bug#35746: IceCat/Chromium timezone is wrong

2020-04-22 Thread Ludovic Courtès
Hi Ben, Ben Sturmfels skribis: > This does appear to be a privacy feature. To report the correct timezone > offset, go to "about:config" and disable "privacy.resistFingerprinting" then > restart IceCat. Indeed. It would be nice if there was a setting specifically for the timezone rather tha

bug#35746: IceCat/Chromium timezone is wrong

2020-04-22 Thread Ben Sturmfels
On Fri, May 17, 2019 at 11:02, Ludovic Courtès wrote: Hi Ben, Ben Sturmfels skribis: Possibly completely unrelated, but noting that both icecat and chromium do this - which is wrong: new Date().getTimezoneOffset() 0 Where node does this - which is correct: new Date().getTimez

bug#35746: IceCat/Chromium timezone is wrong

2020-04-22 Thread Ben Sturmfels
On Fri, 17 May 2019, Ludovic Courtès wrote: > Hi Ben, > > Ben Sturmfels skribis: > >> Possibly completely unrelated, but noting that both icecat and chromium >> do this - which is wrong: >> >>> new Date().getTimezoneOffset() >> 0 >> >> Where node does this - which is correct: >> >>> new Date().ge

bug#35746: IceCat/Chromium timezone is wrong

2019-05-17 Thread Ludovic Courtès
Hi Ben, Ben Sturmfels skribis: > Possibly completely unrelated, but noting that both icecat and chromium > do this - which is wrong: > >> new Date().getTimezoneOffset() > 0 > > Where node does this - which is correct: > >> new Date().getTimezoneOffset() > -600 I noticed it in IceCat and thought