Skip to content

Commit

Permalink
🔖 v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed Nov 7, 2023
1 parent d2e09d2 commit a73c938
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions kanban/banner/banner.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion kanban/gen/banner.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ var Banner = "* QQ + NanoBot + Golang\n" +
"* Project: https://github.com/FloatTech/NanoBot-Plugin"
`

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

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

0 comments on commit a73c938

Please sign in to comment.