You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
moment.tz.guess() is giving "Asia/Calcutta" in Chrome, where as moment.tz.guess() is giving "Asia/Kolkata" in IE. So my dropdown is not setting my timezone value?
Thanks.
The text was updated successfully, but these errors were encountered:
This is actually a product of the Intl APIs in ECMA 402 that are used to produce the result. There wouldn't be much we could to to standardize that, but those are both an alias for the same zone, with Asia/Kolkata being the canonical name. Both identifiers should set the time zone correctly.
Hi,
moment.tz.guess() is giving "Asia/Calcutta" in Chrome, where as moment.tz.guess() is giving "Asia/Kolkata" in IE. So my dropdown is not setting my timezone value?
Thanks.
The text was updated successfully, but these errors were encountered: