Skip to content

Commit 32f3a97

Browse files
committed
timestamp fix
1 parent c992a6e commit 32f3a97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/pkg/logger/logger.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const (
1414
HandlerName = "logger"
1515
)
1616

17-
const TimestampFormat = "01-Jan-2006_15-04-05.000"
17+
const TimestampFormat = "02-Jan-2006_15-04-05.000"
1818

1919
// Logger is a struct that implements the abstraction.Logger interface
2020
type Logger struct {

0 commit comments

Comments
 (0)