ttacon / libphonenumber

golang port of Google's libphonenumber
MIT License
618 stars 105 forks source link

Some US area codes missing in country code to timezone map #76

Open shahbazahmed1269 opened 6 years ago

shahbazahmed1269 commented 6 years ago

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.