I'm wondering how can I get localized city name of identifier to NSTimeZone object. Main condition - do not use any third party dictionaries or APIs
Asked
Active
Viewed 193 times
0
-
see this https://stackoverflow.com/questions/10382932/how-to-use-nstimezone-timezonewithname-with-a-city-name-from-rails-activesuppo – Anbu.Karthik Jul 21 '17 at 05:37
-
`TimeZone.current.identifier` – Leo Dabus Jul 21 '17 at 06:01
-
NSString * TimeZoneName=[[NSTimeZone localTimeZone]name]; – Jignesh Radadiya Jul 21 '17 at 13:10