Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for using UTC or local time in schedule #115

Closed
mountaindude opened this issue Oct 21, 2021 · 2 comments
Closed

Add support for using UTC or local time in schedule #115

mountaindude opened this issue Oct 21, 2021 · 2 comments
Milestone

Comments

@mountaindude
Copy link
Collaborator

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 mountaindude added this to the 4.0 milestone Oct 21, 2021
@mountaindude mountaindude changed the title Add support for using UTC or local time in scheduled Add support for using UTC or local time in schedule Oct 21, 2021
mountaindude added a commit to mountaindude/butler-cw that referenced this issue Oct 21, 2021
mountaindude added a commit to mountaindude/butler-cw that referenced this issue Oct 21, 2021
@mountaindude
Copy link
Collaborator Author

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
Copy link
Collaborator Author

Will be included in v4.0.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant