fix: use explicit America/Chicago timezone for freeze/thaw scheduling #45
No reviewers
Labels
No Label
ai-changes-requested
ai-pr-opened
ai-reviewed
ai-reviewing
ai-working
in-next-release
status/in-progress
status/pr-open
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cal/major-domo-v2#45
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/utc-timezone-scheduling"
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?
Summary
utils/timezone.pywith centralized Chicago timezone helpers (now_chicago(),to_chicago(),to_discord_timestamp(), etc.)tasks/transaction_freeze.pyscheduling to usenow_chicago()instead of naivedatetime.now(), ensuring freeze/thaw triggers at correct Chicago wall-clock times regardless of container timezoneutils/logging.pyJSON timestamp to usedatetime.now(UTC).isoformat()instead of appending misleading "Z" suffix to naive datetimeTest plan
tests/test_utils_timezone.py)now_chicagoinstead ofdatetimeCloses #43
🤖 Generated with Claude Code