Question

I use timeZoneWithName, but I don't know names of timezones. Where can I find a list of timezones?

[NSTimeZone timeZoneWithName:@"US/Eastern"];
Was it helpful?

Solution

I found solution.

NSLog(@"%@", [NSTimeZone knownTimeZoneNames]);
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top