我想要当前时间CLLocationCoordinate2D
。
例如,我在东海岸的一个城市,应该知道加利福尼亚偏远地区的时间。我有 CLLocationCoordinate2D。既不CLLocation
也不CLPlacemark
给我NSLocale
或NSTimeZone
。有没有办法在不使用 3rd 方服务的情况下做到这一点?
我想要当前时间CLLocationCoordinate2D
。
例如,我在东海岸的一个城市,应该知道加利福尼亚偏远地区的时间。我有 CLLocationCoordinate2D。既不CLLocation
也不CLPlacemark
给我NSLocale
或NSTimeZone
。有没有办法在不使用 3rd 方服务的情况下做到这一点?
查看这个 GitHub 项目:https ://github.com/Alterplay/APTimeZones 。
它有助于 NSTimeZone 和 CLLocation。