From 4bf4699ee07c4b1bf515e88896196333b46500a3 Mon Sep 17 00:00:00 2001 From: Yiorgis Gozadinos Date: Thu, 3 Sep 2026 17:48:18 +0300 Subject: [PATCH] Note that offsetless stored timestamps are read as host-local time --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3df0b0c..0bb4bcc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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