Skip to content

Commit cd3e566

Browse files
committed
Add t to supported timestamp keys
1 parent fcdef6a commit cd3e566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parser/record.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
var (
1616
levelStrings map[int]string
1717
levelColors map[int]*color.Color
18-
timestampLabels = []string{"time", "timestamp", "datetime", "ts"}
18+
timestampLabels = []string{"time", "timestamp", "datetime", "ts", "t"}
1919
)
2020

2121
func init() {

0 commit comments

Comments
 (0)