fix: localize system event timestamps

This commit is contained in:
Peter Steinberger
2026-01-22 04:15:39 +00:00
parent 30a8478e1a
commit 5424b4173c
4 changed files with 74 additions and 12 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ Docs: https://docs.clawd.bot
- MSTeams: add file uploads, adaptive cards, and attachment handling improvements. (#1410) Thanks @Evizero.
### Breaking
- **BREAKING:** Envelope timestamps now default to host-local time (was UTC) so agents dont have to constantly convert.
- **BREAKING:** Envelope and system event timestamps now default to host-local time (was UTC) so agents dont have to constantly convert.
### Fixes
- Config: avoid stack traces for invalid configs and log the config path.