I have searched a lot Regarding this issue on Google but Did,t find Proper Solution. All Result Gives Timezone in Date and time format.
I want to Know that How to get Only Timezone of Device in GMT Format. Like, I want only this
+5:30
as TimeZone. How can i achive this ?
I have tried this
NSTimeZone* currentTimeZone = [NSTimeZone localTimeZone];
but it will give result in kolkatta/Delhi . I have also tried other answer but didn't find solution.