dahall / TaskScheduler

Provides a .NET wrapper for the Windows Task Scheduler. It aggregates the multiple versions, provides an editor and allows for localization.
MIT License
1.21k stars 191 forks source link

Synchronize Between Time Zones Setting? #861

Closed m-horne closed 3 years ago

m-horne commented 3 years ago

Not sure if this is available in the interface or not, but is it possible to check or uncheck the "Synchronize Between Time Zones Setting" that is located on the "Edit Trigger" dialog (in the UI in Task Scheduler) when programmatically defining the trigger?

It appears that it defaults to checked which causes some of our 12:01AM tasks to run at 11:01PM because of the end of daylight savings time.

Thank you!

dahall commented 3 years ago

See issues #423, #173 for your answer

m-horne commented 3 years ago

Thank you