Major Domo v2 - Discord bot for Strat-o-Matic Baseball Association
Go to file
Cal Corum cfbebe02c4
All checks were successful
Build Docker Image / build (pull_request) Successful in 1m23s
fix: use explicit America/Chicago timezone for freeze/thaw scheduling
The production container has ambiguous timezone config — /etc/localtime
points to Etc/UTC but date reports CST. The transaction freeze/thaw task
used datetime.now() (naive, relying on OS timezone), causing scheduling
to fire at unpredictable wall-clock times.

- Add utils/timezone.py with centralized Chicago timezone helpers
- Fix tasks/transaction_freeze.py to use now_chicago() for scheduling
- Fix utils/logging.py timestamp to use proper UTC-aware datetime
- Add 14 timezone utility tests
- Update freeze task tests to mock now_chicago instead of datetime

Closes #43

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-22 15:55:49 -06:00
.gitea/workflows Fix act_runner auth: short-form local actions + full GitHub URLs 2026-02-18 13:32:15 -06:00
.vscode VS Code Settings 2025-11-06 21:50:47 -06:00
api CLAUDE: Add automated weekly transaction freeze/thaw system 2025-10-20 12:16:13 -05:00
commands fix: ContextualLogger crashes when callers pass exc_info=True 2026-02-19 21:19:06 -06:00
models Add draft pause/resume functionality 2025-12-11 19:58:37 -06:00
services fix: roster validation now includes pending trades and fixes sWAR field name 2026-02-15 22:57:06 -06:00
tasks fix: use explicit America/Chicago timezone for freeze/thaw scheduling 2026-02-22 15:55:49 -06:00
tests fix: use explicit America/Chicago timezone for freeze/thaw scheduling 2026-02-22 15:55:49 -06:00
utils fix: use explicit America/Chicago timezone for freeze/thaw scheduling 2026-02-22 15:55:49 -06:00
views fix: ContextualLogger crashes when callers pass exc_info=True 2026-02-19 21:19:06 -06:00
.dockerignore Add debug directory to .gitignore and .dockerignore 2025-10-24 00:06:34 -05:00
.gitignore Draft pick service and draft helpers 2025-10-24 10:24:14 -05:00
bot.py Add dev-only loaded dice command for testing /ab rolls 2026-01-07 22:45:01 -06:00
CLAUDE.md docs: add release workflow section to CLAUDE.md 2026-02-20 14:35:02 -06:00
COMMAND_LIST.md CLAUDE: Add comprehensive scorecard submission system 2025-10-16 00:21:32 -05:00
config.py Fix thaw report posting to use channel ID instead of nonexistent channel names 2026-02-15 18:01:39 -06:00
docker-compose.dev.yml CLAUDE: Add comprehensive Docker deployment infrastructure 2025-10-16 00:54:56 -05:00
docker-compose.yml Fix @requires_team decorator API error handling 2025-11-14 09:31:14 -06:00
DOCKER.md CLAUDE: Add comprehensive Docker deployment infrastructure 2025-10-16 00:54:56 -05:00
Dockerfile CLAUDE: Add comprehensive Docker deployment infrastructure 2025-10-16 00:54:56 -05:00
exceptions.py CLAUDE: Add comprehensive scorecard submission system 2025-10-16 00:21:32 -05:00
pyrightconfig.json CLAUDE: Convert constants to configurable environment variables 2025-10-16 10:40:22 -05:00
requirements.txt CLAUDE: Add comprehensive Docker deployment infrastructure 2025-10-16 00:54:56 -05:00
VERSION Bump version to 2.29.9 2026-02-15 22:58:55 -06:00