summaryrefslogtreecommitdiffhomepage
path: root/internal/tui/components/logs
diff options
context:
space:
mode:
Diffstat (limited to 'internal/tui/components/logs')
-rw-r--r--internal/tui/components/logs/table.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/internal/tui/components/logs/table.go b/internal/tui/components/logs/table.go
index dbfc9c9f9..f78e4c490 100644
--- a/internal/tui/components/logs/table.go
+++ b/internal/tui/components/logs/table.go
@@ -159,8 +159,7 @@ func (i *tableCmp) updateRows() {
rows := make([]table.Row, 0, len(i.logs))
for _, log := range i.logs {
- // Format timestamp as time
- timeStr := log.Timestamp.Format("15:04:05")
+ timeStr := log.Timestamp.Local().Format("15:04:05")
// Include ID as hidden first column for selection
row := table.Row{