I am getting current GMT time using
NSDate * now = [NSDate date];
But i want to add/minus timezone offset in date for different city. i am getting offset from server.
Example : I am getting +2:30 GMT from server so i have to add +2:30 GMT in my current GMT time
or if i am getting -6 GMT so how can i minus it from current time. My question is basically how to add or minus Hours like +2:30