Note that offsetless stored timestamps are read as host-local time

This commit is contained in:
Yiorgis Gozadinos 2026-09-03 17:48:18 +03:00
parent 880551deba
commit 4bf4699ee0
No known key found for this signature in database

View file

@ -5,7 +5,9 @@
### Fixed
- Document timestamps include timezone information and satisfy the MCP
date-time output schema.
date-time output schema. Stored timestamps without an offset are read as
host-local time; a database written under a different host timezone shifts
by that offset.
## [0.82.0] - 2026-09-03