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]localizedName]
ほとんどの場合に機能します。ただし、表示されるiOSは、必ずしも設定から読み取られるものではありません。たとえば、タイムゾーンを「Phoenix、USA」に設定すると、それを読むと「MountainStandardTime」になります。
問題は、表示タイムゾーン名を取得する方法はありますか?
2 つのタイムゾーンを区別するために使用できる [NSTimeZone isDaylightSavingTime] があります。