I\'m scheduling a local notification with an NSDate with the time set to 9pm and am setting the notification\'s timezone to UTC/GMT.
If I set the device timezone to UTC
This doesn't seem be the case for daylight savings change. I have some repeating notifications with the timezone set to the localTimeZone but since this last weekend when the clocks went forward an hour they are firing an hour later, ie at 19:00 instead of 18:00.
Seems like when I schedule an event I will have to determine the timezone for that date and use that.
Thanks