ac-helper/backend
Vadym Samoilenko d8d1dfeff5 Fix migration: parse ISO timestamp strings to datetime objects for asyncpg
asyncpg requires datetime instances for TIMESTAMPTZ columns, not strings.
Added _parse_dt() helper that converts ISO strings (with or without tz) to
timezone-aware datetime, falling back to NOW() if the value is missing.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-23 19:58:09 +00:00
..
core Revert Google model to gemini-3.1-pro-preview 2026-03-23 15:53:12 +00:00
data Add per-client category hierarchy, client management, and admin hardcoding 2026-03-23 18:56:01 +00:00
prompts Initial commit — AC Tool unified application 2026-03-23 13:24:46 +00:00
server Fix migration: parse ISO timestamp strings to datetime objects for asyncpg 2026-03-23 19:58:09 +00:00
.gitignore Add per-client category hierarchy, client management, and admin hardcoding 2026-03-23 18:56:01 +00:00
hypercorn.toml Initial commit — AC Tool unified application 2026-03-23 13:24:46 +00:00
requirements.txt Migrate storage from JSON files to PostgreSQL (asyncpg) 2026-03-23 19:51:37 +00:00
run_server.py Initial commit — AC Tool unified application 2026-03-23 13:24:46 +00:00