How can I get the Timezone offset in Objective-C (for iPhone OS 3)?
For example, GMT -5 is US Eastern Time. I want the -5 part of it. How would I do so?
How can I get the Timezone offset in Objective-C (for iPhone OS 3)?
For example, GMT -5 is US Eastern Time. I want the -5 part of it. How would I do so?
[[NSTimeZone localTimeZone] secondsFromGMT] / 3600