daddyz / phonelib

Ruby gem for phone validation and formatting using google libphonenumber library data
MIT License
1.06k stars 130 forks source link

Parsing mistake with (+1) 907 prefix #273

Closed jeppeliisberg closed 1 year ago

jeppeliisberg commented 1 year ago

Example: (907) 581-1400 parses to timezone "Honolulu" but should have been Unalaska, AK, USA

https://24timezones.com/907/area-code

daddyz commented 1 year ago

@jeppeliisberg I am taking the data from original library, based on this line timezone for 1907581 should be Pacific/Honolulu. If that's not correct you need to open an issue to libphonenumber lib