Bug#981812: nodejs: wrong timezone offset

2021-02-05 Thread Jérémy Lal
Le jeu. 4 févr. 2021 à 08:06, Andrey Nikitin a écrit : > Package: nodejs > Version: 12.20.1~dfsg-3 > Severity: normal > > Hi. > > Since "Dec 27 2020" TZ Europe/Volgograd = Europe/Moscow, > with +03h offset. > > But nodejs use old (now wrong) +04h offset. > > $ env TZ="Europe/Moscow" nodejs -e 'co

Bug#981812: nodejs: wrong timezone offset

2021-02-04 Thread Jérémy Lal
Control: retitle -1 /usr/share/zoneinfo-icu/44/ is missing Control: reassign -1 icu Le jeu. 4 févr. 2021 à 08:06, Andrey Nikitin a écrit : > Package: nodejs > Version: 12.20.1~dfsg-3 > Severity: normal > > Hi. > > Since "Dec 27 2020" TZ Europe/Volgograd = Europe/Moscow, > with +03h offset. > >

Bug#981812: nodejs: wrong timezone offset

2021-02-03 Thread Andrey Nikitin
Package: nodejs Version: 12.20.1~dfsg-3 Severity: normal Hi. Since "Dec 27 2020" TZ Europe/Volgograd = Europe/Moscow, with +03h offset. But nodejs use old (now wrong) +04h offset. $ env TZ="Europe/Moscow" nodejs -e 'console.log((new Date().getTimezoneOffset())/60)' -3 $ nodejs -e 'console.log(