This commit is contained in:
Simon Ser 2020-07-22 12:16:01 +02:00
parent 360ce5b72d
commit cd3eacdbfc
No known key found for this signature in database
GPG Key ID: 0FDE7BE0E88F5E48
2 changed files with 2 additions and 2 deletions

View File

@ -1666,7 +1666,7 @@ func (dc *downstreamConn) handleMessageRegistered(msg *irc.Message) error {
}
remaining -= len(buf)
year, month, day := timestamp.Date()
timestamp = time.Date(year, month, day + 1, 0, 0, 0, 0, timestamp.Location())
timestamp = time.Date(year, month, day+1, 0, 0, 0, 0, timestamp.Location())
}
dc.SendMessage(&irc.Message{