I\'m trying to schedule a date on the calendar, which has a start time and an end time, everything works fine if the time zone is in the U.S., and the date the change does n
Simply change one line of code in your code...
[dateFormatter setTimeZone:[NSTimeZone timeZoneWithName:@"UTC"]];
This will set time format in universal which doesnot change with region or day light saving time.