Ensuring that jobs aren’t missed when daylight savings starts is simple with trigger jobs. Every spring when daylight savings starts, an hour disappears (typically 02:00 – 03:00). If you have a backup job which is scheduled to execute at 02:15, it will not start on this day. To ensure that your job runs as expected when using BeyondCron, simply schedule a trigger job at 01:15, with a 1 hour delay.

Job flow

At the end of daylight savings, when an hour is repeated (typically 01:00 – 02:00), BeyondCron will only execute jobs on the first hour.