diff --git a/irc/client.go b/irc/client.go index fe294d3c..921056b9 100644 --- a/irc/client.go +++ b/irc/client.go @@ -28,7 +28,7 @@ import ( const ( // IdentTimeoutSeconds is how many seconds before our ident (username) check times out. IdentTimeoutSeconds = 1.5 - IRCv3TimestampFormat = "2006-01-02T15:04:05.999Z" + IRCv3TimestampFormat = "2006-01-02T15:04:05.000Z" ) var (