ptarmiganlabs/butler-cw

Add support for using UTC or local time in schedule

mountaindude opened this issue · 2 comments

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.

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?

Will be included in v4.0.0.