Files
openclaw/ui
zhanxingxin1998 866050fc1c fix(ui): honor UTC in usage session detail timelines (#108579)
* 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>
2026-07-16 03:48:35 -07:00
..