Description: When you configure Timer activity with an interval of N hours, the start time will shift one hour earlier or later when daylight saving time starts or ends. For example, the Timer is configured to start at 8:00AM and the interval is 6 hours. The Timer will run at 8:00AM, 2:00PM, 8:00PM and 2:00AM every day. When daylight saving time ends at 2:00AM on November 1, 2015. You will see the timer run at 1:00AM instead of 2:00AM. This is because the Timer activity does not sync with system time if the interval is less than 1 day. At 2:00AM on November 1. 2015, the clock falls back 1 hour, thus there is an extra hour. It is 6 hours apart from 8:00PM on Oct 31,2015 to 1:00AM Nov 1, 2015. So the Timer behavior is correct.