Determine phone number based on time zone?
Posted
by
Zachary Burt
on Stack Overflow
See other posts from Stack Overflow
or by Zachary Burt
Published on 2011-02-03T07:04:51Z
Indexed on
2011/02/03
7:25 UTC
Read the original article
Hit count: 187
phone-number
I have a (potentially international) phone number. It may or may not have a country code prefix. Does anyone know of a database that will help me map phone number => time zone? I would even just like to map phone number => country, since I can probably create country => time zone by scraping existing data on the web. This is a more complicated problem than it looks; for example, how do I know if it's a US-based number -- e.g. is it a USA area code, or an international country calling code?
Any language is fine; I can port it.
© Stack Overflow or respective owner