Skip to content

Commit 839d0f9

Browse files
committed
Revert "Make it obvious that it's YYYY-MM-DD"
as it actually breaks the format. So long easter egg. :( This reverts commit 8296640.
1 parent 7217bf0 commit 839d0f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/timestamp.go

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

99
func Timestamp() Row {
10-
timestamp := time.Now().Format("1982-11-19 15:04:05 MST")
10+
timestamp := time.Now().Format("2006-01-02 15:04:05 MST")
1111
return Row{
1212
Label: SingleColorLabel("Information as of"),
1313
Value: SingleColorValue(fmt.Sprintf("%s", timestamp)),

0 commit comments

Comments
 (0)