How can I get the Timezone offset in Objective-C (for iPhone OS 3)?
For example, GMT -5
is US Eastern Time. I wan开发者_如何学编程t the -5
part of it. How would I do so?
[[NSTimeZone localTimeZone] secondsFromGMT] / 3600
How can I get the Timezone offset in Objective-C (for iPhone OS 3)?
For example, GMT -5
is US Eastern Time. I wan开发者_如何学编程t the -5
part of it. How would I do so?
[[NSTimeZone localTimeZone] secondsFromGMT] / 3600
精彩评论