From 9e8ec13933b5317e7cff3f0bc048de515826c31a Mon Sep 17 00:00:00 2001 From: Altay Date: Fri, 6 Mar 2026 01:21:21 +0300 Subject: [PATCH] test: pin post-compaction time format --- src/auto-reply/reply/post-compaction-context.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auto-reply/reply/post-compaction-context.test.ts b/src/auto-reply/reply/post-compaction-context.test.ts index af55db8af52..34da43f2e7e 100644 --- a/src/auto-reply/reply/post-compaction-context.test.ts +++ b/src/auto-reply/reply/post-compaction-context.test.ts @@ -203,7 +203,7 @@ Never modify memory/YYYY-MM-DD.md destructively. `; fs.writeFileSync(path.join(tmpDir, "AGENTS.md"), content); const cfg = { - agents: { defaults: { userTimezone: "America/New_York" } }, + agents: { defaults: { userTimezone: "America/New_York", timeFormat: "12" } }, } as OpenClawConfig; // 2026-03-03 14:00 UTC = 2026-03-03 09:00 EST const nowMs = Date.UTC(2026, 2, 3, 14, 0, 0);