Service timezone issues #29
Labels
No labels
bug
confirmed
critical
discussion
documentation
Doing
enhancement
suggestion
support
To Do
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: hazaar/hazaar-warlock#29
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I have a service that has scheduled actions that did not appear to be running. Turned out to be a timezone issue since adding timezone support to services. Looks like support was not complete in that if a service was not configured with a timezone, it would use UTC, which is what was happening in this case. The server was configured to use Sydney time so with the service running on UTC scheduled tasks were executing 10 hours late.
The fix for this is two-fold:
This will mean that if the service has no timezone configured, it will use the server timezone and if the server has no timezone configured, it will use UTC.
closed via commit
fa85bbebf5