Files
gandalf/templates
jaredandClaude Sonnet 4.6 182cc8c451
Lint / Python (flake8) (push) Skipped
Lint / JS (eslint) (push) Skipped
fix: inspector.html stale/updated timestamp broken date parsing
Same bug as was just fixed in links.html: data.updated is stored as
"YYYY-MM-DD HH:MM:SS UTC" by monitor.py, so appending 'Z' produced
"…UTCZ" — an invalid date. The stale-data warning and Updated timestamp
in Inspector were silently showing "Invalid Date" and the stale overlay
never fired. Fixed to use _toIso() (already global via app.js).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-11 13:25:17 -04:00
..