Question

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?

Was it helpful?

Solution

[[NSTimeZone localTimeZone] secondsFromGMT] / 3600
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top