mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-27 11:56:43 +02: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