You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: set timezone to America/New_York for cron and agent config
Cron jobs were using hardcoded UTC offsets which drift on DST transitions.
Adds userTimezone to openclaw.json, fills in USER.md, and adds memory
note so Craig always uses tz field on cron schedules.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: MEMORY.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,12 @@ This file contains durable facts and decisions that persist across sessions. Cra
49
49
-**Read shared message**: POST https://x402email.com/api/inbox/messages/read ($0.001/call) with body {"messageId":"..."}
50
50
-**Wallet**: must pay from Craig's x402 wallet (owner wallet)
51
51
52
+
## Timezone
53
+
54
+
- Team is in **Eastern Time (America/New_York)**. All user-facing times should be ET.
55
+
- When creating cron jobs, always set `tz: "America/New_York"` on cron-expression schedules so DST transitions are handled automatically. Never hardcode UTC offsets.
56
+
- Config: `agents.defaults.userTimezone` is set to `America/New_York` in openclaw.json.
0 commit comments