vote up 10 vote down star
5

Is there any library (or even better, web service) available which can convert from a latitude/longitude into a time zone?

flag

5 Answers

vote up 7 vote down check

Take a look at Geonames.org

It's a free webservice that allow you to get a lot of informations from a long/lat

They also provide a free (and open source) Java Client for GeoNames Webservices library (library for other language also provided: ruby, python, perl, lisp...)

Here's some info you can get from long/lat: (complete list of webservices here)

  • Find nearest Address
  • Find nearest Intersection
  • Find nearby Streets
  • Elevation
  • Timezone
link|flag
this will give you the current time and the offsets for daylight savings and standard but I'm having trouble finding whether a date in the future is under Daylight savings – Scott Cowan Nov 5 '08 at 14:24
for that, the Java Calendar will probably be more usefull – Blade Oct 8 at 14:30
vote up 0 vote down

Something like this?

link|flag
vote up 4 vote down

These look pretty promising-

http://www.earthtools.org/webservices.htm

link|flag
vote up 1 vote down

How much accuracy do you need? Dividing the longitude by 15 would almost be right :p

link|flag
I was being pretty facetious when I made this answer, but not until I came across this question again when trying to solve the problem myself did I realise how totally useless the idea is: upload.wikimedia.org/wikipedia/commons/… (unless you're in international waters) – Tom Jun 3 at 11:41
vote up 2 vote down

There's a tutorial for getting the time zone from latitude and longitude using Google Maps and Geonames.org here: http://vancouverwebconsultants.com/getting-time-zone-from-latitude-longitude/

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.