Where can I find a list of timezones? [closed]

*爱你&永不变心* 提交于 2019-12-20 08:34:17

问题


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

[NSTimeZone timeZoneWithName:@"US/Eastern"];

回答1:


I found solution.

NSLog(@"%@", [NSTimeZone knownTimeZoneNames]);


来源:https://stackoverflow.com/questions/9761847/where-can-i-find-a-list-of-timezones

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!