I’m building an alarm clock app in Android. Does AlarmManager automatically handle clock changes between summertime and wintertime or do I need to manage that explicitly?
edit: If an alarm is set where the repeat interval crosses a clock change will that alarm need to be rescheduled?
AlarmManagerwill take care of the day light saving. It reset the Timezone info at the beginning of each day taking daylight saving info into consideration.