fix: add TZ=America/Montreal for correct cron scheduling #18
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/hermes-timezone-v2"
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?
Problem
The hermes container runs in UTC by default, causing cron jobs scheduled for local time to execute at the wrong time (e.g., 2 AM EDT = 6 AM UTC).
Solution
Added TZ=America/Montreal environment variable to the hermes service.
Related
Replaces outdated PR #4 which had many unrelated changes. This is a clean single-line fix.