JavaScript toLocaleString incorrect value for Africa/Cairo time zone

Copper Contributor

Hi, It's been more than a week since Egypt re-introduced DST but following JS statement still returns incorrect value on Edge browser.  (Chrome never have the problem.)

new Date(new Date().toLocaleString("en-US", { timeZone: 'Africa/Cairo' }))

edgeVsChrome-dateError.png

 

 

1 Reply