mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-17 19:55:44 +00:00
Dream diary entries in DREAMS.md and the Control UI show bare timestamps without any timezone indicator. When users have not configured a timezone, timestamps are rendered in UTC but appear to be local time, causing confusion. Add timeZoneName: "short" to the Intl.DateTimeFormat options in formatNarrativeDate so timestamps always include a timezone abbreviation (e.g. "9:46 PM UTC" or "2:46 PM PDT"). Fixes #65027