I\'d like to do some timezone calculation, using the following API:
NSTimeZone *some_time_zone = [NSTimeZone timeZoneWithAbbreviation:name];
ho
Try [NSTimeZone abbreviationDictionary] or [NSTimeZone knownTimeZoneNames].
[NSTimeZone abbreviationDictionary]
[NSTimeZone knownTimeZoneNames]