Skip to content

Commit c4d7bb2

Browse files
committed
update log15 time format
1 parent 8e41204 commit c4d7bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

log15/format.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
)
1313

1414
const (
15-
timeFormat = "2006-01-02T15:04:05-0700"
15+
timeFormat = "2006-01-02T15:04:05.000-0700"
1616
termTimeFormat = "01-02|15:04:05"
1717
floatFormat = 'f'
1818
termMsgJust = 40

0 commit comments

Comments
 (0)