fix fix fix

This commit is contained in:
Andreas Neue 2019-08-29 16:41:10 +02:00
parent ffe325a7f0
commit ce5aee6a96
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ func fuzzytimeHandleMessage(m *Message) {
func fuzzytimeShow(channel string) {
t := time.Now()
h := t.Hour()
z, o := t.Zone()
_, o := t.Zone()
h = h + o
m := t.Minute()
s := "Es ist "