Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 iOS 中获取时区列表,就像我们在注册 Web 应用程序时一样,如图所示?
你只需要写
NSLog(@"%@", [NSTimeZone knownTimeZoneNames]);
你会得到所有的时区名称和名称的缩写。