Skip to content

Commit

Permalink
fix: timestamp format
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-karan authored Jul 6, 2022
1 parent 8bf24d5 commit 0126fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion log.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (

const (
tsKey = "timestamp="
defaultTSFormat = "2006-01-02T15:04:05.999Z"
defaultTSFormat = "2006-01-02T15:04:05.999Z07:00"
)

var (
Expand Down

0 comments on commit 0126fb0

Please sign in to comment.