Changing the TimeZone
How to change the time zo开发者_StackOverflow社区ne from pst8pdt to gmt in cocoa
Take a look at the NSTimeZone
class. This interacts with NSDate
objects in your code. If you were asking how to change the users timezone, then that is part of their System Preferences, and is best changed in that application.
精彩评论