summaryrefslogtreecommitdiff
path: root/internal/tui/history_box.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/tui/history_box.go')
-rw-r--r--internal/tui/history_box.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/tui/history_box.go b/internal/tui/history_box.go
index 00b39f3..d2f71f9 100644
--- a/internal/tui/history_box.go
+++ b/internal/tui/history_box.go
@@ -247,7 +247,7 @@ func (m HistoryBoxModel) renderSummaryView(timer TimerBoxModel) string {
var activeKey HistorySummaryKey
if timer.timerInfo.IsActive {
activeKey = HistorySummaryKey{
- Date: dateOnly(timer.timerInfo.StartTime),
+ Date: dateOnly(timer.timerInfo.StartTime.Local()),
ClientID: timer.timerInfo.ClientID,
}
if timer.timerInfo.ProjectID != nil {