Changes
Bug Fix: Docker timezone out of sync with host (#18)
- All API timestamps now include the UTC timezone marker (
Zsuffix) - Previously,
datetime.now().isoformat()in Docker containers produced timestamps without timezone info (e.g.2026-02-18T10:00:00), causing browsers to interpret them as local time instead of UTC - This made "Last Contact" show incorrect relative times (e.g. "1h" instead of "NOW") for users in non-UTC timezones
- Fix applied consistently across all API endpoints: device list, device detail, sightings, and dwell time sessions
Docker
docker pull ghcr.io/dannymcc/bluehood:v0.3.4
Contributors
- @immanuelfodor - Reported timezone sync issue (#18)