ac-tool/backend/server
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
..
api Migrate storage from JSON files to PostgreSQL (asyncpg) 2026-03-23 19:51:37 +00:00
auth Migrate storage from JSON files to PostgreSQL (asyncpg) 2026-03-23 19:51:37 +00:00
db Fix migration: parse ISO timestamp strings to datetime objects for asyncpg 2026-03-23 19:58:09 +00:00
jobs Fix model config alignment and improve error messaging 2026-03-23 15:33:54 +00:00
runners Fix model config alignment and improve error messaging 2026-03-23 15:33:54 +00:00
sheets Migrate storage from JSON files to PostgreSQL (asyncpg) 2026-03-23 19:51:37 +00:00
ws Initial commit — AC Tool unified application 2026-03-23 13:24:46 +00:00
__init__.py Initial commit — AC Tool unified application 2026-03-23 13:24:46 +00:00
app.py Migrate storage from JSON files to PostgreSQL (asyncpg) 2026-03-23 19:51:37 +00:00
config_runtime.py Migrate storage from JSON files to PostgreSQL (asyncpg) 2026-03-23 19:51:37 +00:00