Best way to get timezone of user based on area code
Posted
by niyogi
on Stack Overflow
See other posts from Stack Overflow
or by niyogi
Published on 2010-04-12T16:08:43Z
Indexed on
2010/04/12
16:13 UTC
Read the original article
Hit count: 279
Hi folks
I'm attempting to get a timezone of a user based on area code information that they provided. I discovered the following resource on maxmind:
http://geolite.maxmind.com/download/geoip/api/php/timezone/
I suspect that I could use this with another api that provides the state that an area code belongs to. I'm looking for a simple REST API that provides this info - or a robust scraping routine that achieve the same results.
Thanks in advance!
© Stack Overflow or respective owner