Fix NNTP NEWGROUPS off-by-a-few-hours bug
* lisp/gnus/nntp.el (nntp-request-newgroups): Format string in Universal Time, since we’re telling the server “GMT”.
This commit is contained in:
@@ -1130,7 +1130,7 @@ command whose response triggered the error."
|
||||
(prog1
|
||||
(nntp-send-command
|
||||
"^\\.\r?\n" "NEWGROUPS"
|
||||
(format-time-string "%y%m%d %H%M%S" time)
|
||||
(format-time-string "%y%m%d %H%M%S" time t)
|
||||
"GMT")
|
||||
(nntp-decode-text))))))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user