fix: add TZ=America/Montreal for correct cron scheduling #18

Merged
gortium merged 1 commits from fix/hermes-timezone-v2 into master 2026-05-09 19:54:53 +00:00
Collaborator

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.

Replaces outdated PR #4 which had many unrelated changes. This is a clean single-line fix.

## 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.
Hermes added 1 commit 2026-05-09 19:52:04 +00:00
gortium merged commit 0580603f27 into master 2026-05-09 19:54:53 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: gortium/compose#18
No description provided.