Intl.DateTimeFormat().resolvedOptions().timeZone
This Javascript code I am using to get the current timezone of the browser. This works fine in both Chrome and Firefox browsers. However this code is not working in IE 11.
I also tried other option which I found moment.tz().zoneName()
; but this also didn't work for me.
Can anyone please help me on this?