开发者

Changing the TimeZone

开发者 https://www.devze.com 2022-12-29 00:03 出处:网络
How to change the time zo开发者_StackOverflow社区ne from pst8pdt to gmt in cocoaTake a look at the NSTimeZone class.This interacts with NSDate objects in your code.If you were asking how to change the

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消