is there any possibility to determine the timezone of point (lat/lon) without using webservices? Geonames.org is not stable enough for me to use :( I need this to work in PHP.
Thanks
is there any possibility to determine the timezone of point (lat/lon) without using webservices? Geonames.org is not stable enough for me to use :( I need this to work in PHP.
Thanks
How about this ?
You can use time zone boundaries, provided here:
http://www.opensource.apple.com/source/TimeZoneData/
I use geocoder.ca
Input any location in North America, Output geocodes, area codes and timezone in json or jsonp.
For example: http://geocoder.ca/1600%20pennsylvania%20avenue,Washington,DC
Area Code: (202) Time Zone: America/New_York
Json:
I know this is old, but I spent some time looking for this answer. Found something very useful. Google does time zone lookups by long/lat. 2,500 per day limit (or 100,000 for business users).
https://developers.google.com/maps/documentation/timezone/