We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c992a6e commit 32f3a97Copy full SHA for 32f3a97
1 file changed
backend/pkg/logger/logger.go
@@ -14,7 +14,7 @@ const (
14
HandlerName = "logger"
15
)
16
17
-const TimestampFormat = "01-Jan-2006_15-04-05.000"
+const TimestampFormat = "02-Jan-2006_15-04-05.000"
18
19
// Logger is a struct that implements the abstraction.Logger interface
20
type Logger struct {
0 commit comments