When the Windows server time reaches 2am on a time change in the Spring, it should then jump to 3am automatically. If the blackout was configured for a time length, then it should still function for the duration that was set.
For example, from the FMS log, normally rollups happen at 2am every night (before and after the time change)
2021-03-13 02:00:00.008 VERBOSE [QuartzScheduler.PersistencePolicy_Worker-1] com.quest.nitro.service.persistence.management.DatabaseMaintenanceController - The DatabaseMaintenance database maintenance operation started at 3/13/21 2:00 AM.
and
2021-03-15 02:00:00.013 VERBOSE [QuartzScheduler.PersistencePolicy_Worker-1] com.quest.nitro.service.persistence.management.DatabaseMaintenanceController - The DatabaseMaintenance database maintenance operation started at 3/15/21 2:00 AM.
Since there is no 2am on a time change weekend, everything for 2am began at 3am
2021-03-14 01:58:44.110 VERBOSE [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-7] com.quest.nitro.service.alarm.AlarmAggregationService - Successfully synchronized the alarm state (added: 0, removed 0 alarms).
2021-03-14 03:00:00.022 VERBOSE [QuartzScheduler.PersistencePolicy_Worker-1] com.quest.nitro.service.persistence.management.DatabaseMaintenanceController - The DatabaseMaintenance database maintenance operation started at 3/14/21 3:00 AM.