Skip to content

Commit cf27af4

Browse files
committed
Changed date formatting - removed seconds and UTC wording
1 parent bfe1a0e commit cf27af4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/log/entry.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
)
77

88
var operator = os.Getenv("OPERATOR")
9-
var date = time.Now().UTC().Format("2006-01-02 15:04:05 UTC")
9+
var date = time.Now().UTC().Format("2006-01-02 15:04")
1010

1111
type LogEntry struct {
1212
Date string `json:"date"`

0 commit comments

Comments
 (0)