Scheduled Jobs during hours of autumn time change
Posted
by
NealWalters
on Server Fault
See other posts from Server Fault
or by NealWalters
Published on 2013-10-30T20:19:30Z
Indexed on
2013/10/30
21:58 UTC
Read the original article
Hit count: 287
I'm wondering how other people deal with this scenario.
What if you have a job scheduled to run at 1:30 am. In the autumn, when time changes, the hour of 1:00:00 to 1:59:59 repeats itself and so that job would run twice.
Could be Windows Task Scheduler, SQL Agent or any other scheduling tool. Most of these tools seem to be based on machine time, not UTC time. If I told it to run the job at UTC time each night, then I wouldn't have the duplicate hour issue.
© Server Fault or respective owner