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
Thanks for this awesome library. However I am facing an minor issue related with India timezone. If we use jstz.determine().name() to detect user current timezone it is returning "Asia/Calcutta", which is correct. However if we use jstz.olson.timezones to fetch all time zones, the timezone for India is named as "Asia/Kolkata". It seems that there are mismatch between these two functions.
The text was updated successfully, but these errors were encountered:
Hi
Thanks for this awesome library. However I am facing an minor issue related with India timezone. If we use jstz.determine().name() to detect user current timezone it is returning "Asia/Calcutta", which is correct. However if we use jstz.olson.timezones to fetch all time zones, the timezone for India is named as "Asia/Kolkata". It seems that there are mismatch between these two functions.
The text was updated successfully, but these errors were encountered: