Skip to content

feat: display timestamps in local time in history browser#53

Merged
eitsupi merged 2 commits intomainfrom
feat/history-browser-local-time
Feb 5, 2026
Merged

feat: display timestamps in local time in history browser#53
eitsupi merged 2 commits intomainfrom
feat/history-browser-local-time

Conversation

@eitsupi
Copy link
Copy Markdown
Owner

@eitsupi eitsupi commented Feb 4, 2026

Summary

  • Timestamps in the history browser are now displayed in the user's local timezone instead of UTC
  • Uses chrono::Local for timezone conversion

Changes

  • Modified history_browser.rs to convert DateTime<Utc> to local time before formatting
  • Updated CHANGELOG

Test plan

  • Existing history browser tests pass
  • Clippy passes
  • Manual verification: open history browser and confirm timestamps match local time

🤖 Generated with Claude Code

eitsupi and others added 2 commits February 4, 2026 23:57
Timestamps in the history browser are now displayed in the user's
local timezone instead of UTC. This uses chrono::Local for conversion.

Co-Authored-By: Claude Opus 4.5 <[email protected]>
@eitsupi eitsupi merged commit 166faa0 into main Feb 5, 2026
10 checks passed
@eitsupi eitsupi deleted the feat/history-browser-local-time branch February 5, 2026 00:01
@eitsupi eitsupi mentioned this pull request Feb 5, 2026
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant