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
Date mismatch between scripts and OpenClaw memory-flush: OpenClaw uses agents.defaults.userTimezone to compute dates, but our scripts used TZ env var (often unset → UTC in cron environments). This caused cross-day mismatches:
Example: At UTC 02:00, OpenClaw (NY timezone) writes memory/2026-04-09.md, but scripts (UTC) would write memory/2026-04-10.md
Health check would falsely report "No log for today"
All fixed: scripts now auto-read userTimezone from openclaw.json
New
_timezone.js shared module: All 6 scripts use the same timezone source