2

For iPhone development: How can I get the timezone and DST information for any place given that I only have geographic coordinates. (NSTimezone does not have any such method)

Asad Qamber
  • 102
  • 11

2 Answers2

1

You could use a web service (like so). I believe with this particular service you are limited to one request per second. Hope that helps!

Ryan
  • 3,127
  • 6
  • 32
  • 48
1

DRT Engine will return a timezone offset when passed geographic coordinates (latitude/longitude) and a datetime.

Jules
  • 19
  • 2