mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-26 06:01:13 +00:00
* fix(ui): honor timezone in usage detail timeline Apply the selected local or UTC calendar boundaries to session detail points and keep the full final day. Co-Authored-By: OpenAI Codex <noreply@openai.com> * test(ui): make usage timezone regression deterministic Model a non-UTC local calendar through Date getters instead of relying on runtime TZ mutation. Co-Authored-By: OpenAI Codex <noreply@openai.com> * test(ui): type local date getter mocks Annotate Date receivers so the deterministic timezone regression passes strict test type checking. Co-Authored-By: OpenAI Codex <noreply@openai.com> * fix(ui): complete usage timeline timezone handling --------- Co-authored-by: OpenAI Codex <noreply@openai.com> Co-authored-by: Peter Steinberger <steipete@gmail.com>