mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-14 18:41:27 +00:00
* fix(dreaming): use host local timezone when timezone is not configured When `memory.dreaming.timezone` is unset, `formatNarrativeDate()` previously defaulted to UTC, causing diary timestamps in DREAMS.md and the Control UI to display UTC time as though it were the user's local time. For example, a PDT user seeing 9:46 PM instead of the correct 2:46 PM. Drop the UTC fallback so `Intl.DateTimeFormat` automatically uses the host's timezone when no explicit timezone is provided. Users who have set `agents.defaults.userTimezone` or `dreaming.timezone` are unaffected. Fixes #65027 * docs(changelog): add dreaming timezone entry * Update CHANGELOG.md --------- Co-authored-by: Vincent Koc <vincentkoc@ieee.org>