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 7931766 commit 996162fCopy full SHA for 996162f
src/cmd/apply.go
@@ -98,5 +98,5 @@ func UpdateCSS() {
98
)
99
100
date := time.Now()
101
- utils.PrintSuccess(fmt.Sprintf("user.css is updated at %d:%d:%d", date.Hour(), date.Minute(), date.Second()))
+ utils.PrintSuccess(fmt.Sprintf("user.css is updated at %02d:%02d:%02d", date.Hour(), date.Minute(), date.Second()))
102
}
0 commit comments