Time difference between chrome / edge on windows 10
I get TZ difference on windows 10 between Chrome and Edge. When I run this code in the console: > var date = new Date(2013, 2, 29, 1, 0, 0, 0); > date This will be the output when running in on Edge > [date] Fri Mar 29 2013 01:00:00 GMT+0200 (Jerusalem Standard Time) While This will be the output on Chrome: > [date] Fri Mar 29 2013 01:00:00 GMT+0300 (Jerusalem Daylight Time) It seems that in Chrome it is recognise as DST but in Edge it doesn’t, which is correct. ( Attached screenshot ) If I turn off the “Adjust for day light saving time automatically” configuration - Chrome date becomes the