While programming an iPhone application, how can I find the timezone of any city / country?
Asked
Active
Viewed 2,588 times
3 Answers
0
Simple Offline Library :
In order to find the time zone for a location you can use such as the Google Maps API’s time zone API. Unfortunately this requires you to query a remote service and you are subject to their limits.
Here’s a library rom Alterplay called APTimeZones(Git is attached) that allows you to extract an NSTimeZone from a given location without the need to connect to a remote service. APTimeZones works by querying a local listing of time zones (included with the library).

Shahid Aslam
- 2,585
- 3
- 24
- 31