Where can I get a list of abbrvations for timeZoneWithAbbreviation?
Posted
by Horace Ho
on Stack Overflow
See other posts from Stack Overflow
or by Horace Ho
Published on 2010-05-23T15:19:57Z
Indexed on
2010/05/23
15:30 UTC
Read the original article
Hit count: 226
iphone-sdk
I'd like to do some timezone calculation, using the following API:
NSTimeZone *some_time_zone = [NSTimeZone timeZoneWithAbbreviation:name];
however, I am not sure where to find the supported list of abbreviation
names. For example, what is the name
for the timezone of Siena Italy?
© Stack Overflow or respective owner