I have had the following problem the last couple of time changes, and would like to know if there is a simple solution to fix it:
I have a number of tasks that I need to run just after midnight, local time (CT), whether it's standard CST or daylight CDT. 12:01 AM. I use CF scheduler with settings "run daily at 12:01 AM". However, whenever we hit a daylight savings and switch between CST and CDT, ColdFusion tries to be smart and adjusts that starting time by 1 hour, which means that the tasks start running at 11:01 PM CT. What I'd like to say is "run daily at 12:01 AM CT", so that it runs at 12:01 regardless of whether we're in daylight savings or not. Is there a way to do this in scheduler? The work around is to wait for daylight savings to occur and then go in and resubmit all of those tasks to again run at "12:01 AM". It then starts working correctly until the next time change. This, however, is a very annoying solution. Thanks ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331625 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

