We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfe1a0e commit cf27af4Copy full SHA for cf27af4
1 file changed
internal/log/entry.go
@@ -6,7 +6,7 @@ import (
6
)
7
8
var operator = os.Getenv("OPERATOR")
9
-var date = time.Now().UTC().Format("2006-01-02 15:04:05 UTC")
+var date = time.Now().UTC().Format("2006-01-02 15:04")
10
11
type LogEntry struct {
12
Date string `json:"date"`
0 commit comments