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
For example timezone for US area code 442, 628, 938 and many more are missing in countryCodeToTimeZones.go. As the result of which all the timezones corresponding to key 1 are returned, leading to false negative scenario.
The map needs to be updated.
The text was updated successfully, but these errors were encountered:
For example timezone for US area code 442, 628, 938 and many more are missing in countryCodeToTimeZones.go. As the result of which all the timezones corresponding to key
1
are returned, leading to false negative scenario.The map needs to be updated.
The text was updated successfully, but these errors were encountered: