Skip to content

Commit

Permalink
Revert "Make it obvious that it's YYYY-MM-DD"
Browse files Browse the repository at this point in the history
as it actually breaks the format. So long easter egg. :(

This reverts commit 8296640.
  • Loading branch information
gdubicki committed Mar 28, 2022
1 parent 7217bf0 commit 839d0f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/timestamp.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

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

0 comments on commit 839d0f9

Please sign in to comment.