Skip to content

Commit a73c938

Browse files
committed
🔖 v0.1.6
1 parent d2e09d2 commit a73c938

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

kanban/banner/banner.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

kanban/gen/banner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ var Banner = "* QQ + NanoBot + Golang\n" +
2727
"* Project: https://github.com/FloatTech/NanoBot-Plugin"
2828
`
2929

30-
const timeformat = `2006-01-02 15:04:05 +0900`
30+
const timeformat = `2006-01-02 15:04:05 +0900 JST`
3131

3232
func main() {
3333
f, err := os.Create("banner/banner.go")

0 commit comments

Comments
 (0)