mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-29 13:35:28 +02:00
* fix(logging): log timestamps use local time instead of UTC Problem: Log timestamps used UTC, but docs say they should use host local timezone * test(logging): add test for logger timestamp format Verify logger uses local time (not UTC) in file logs * changelog: note logger timestamp local-time fix --------- Co-authored-by: Vincent Koc <vincentkoc@ieee.org>