On Thu, 16 May 2019, Ben Sturmfels wrote: > 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 also tested epiphany which shows the correct offset of "-600". Ben