prevent date-object from updating its timezone on system's timezone change, behavior not consistent between browsers

100 views Asked by At

Is there a way to prevent javascript's date-objects from updating its timezone, during system's timezone change?

when updating systems timezone, browser updates all instance of the date-object to newtimezone.

os: windows 10
browser: opera,

browser console opera

but the same behavior does not happen in Firefox.

os: windows 10
browser: firefox,

browser console firefox

0

There are 0 answers