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.
我是我的应用程序,我正在阅读时区
[[NSTimeZone] 本地化名称]
它适用于大多数情况。但是,显示的 iOS 不一定是从设置中读取的 iOS。例如,如果我们将时区设置为“美国凤凰城”,当我们阅读时,它是“山地标准时间”。
问题是:有没有办法获取显示时区名称?
有一个 [NSTimeZone isDaylightSavingTime] 可以用来区分 2 个时区。