Reputation: 184
How to change the time zone from pst8pdt to gmt in cocoa
Upvotes: 0
Views: 131
Reputation: 19789
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.
Upvotes: 1