Add support for using UTC or local time in schedule
mountaindude opened this issue · 2 comments
mountaindude commented
A config file setting could be be used to control whether schedules are defined in UTC or local time of the computer where Butler CW is running.
mountaindude commented
New settings in main config file will control this feature:
scheduler:
timeZone: # Valid values are UTC and LOCAL. Default value is UTC
scheduleDefine: UTC # How should times in the apps config file be interpreted?
logs: UTC # What time format should be used in log files?
mountaindude commented
Will be included in v4.0.0.