Question

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)

Was it helpful?

Solution

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!

OTHER TIPS

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top