From 36dcd43bf873f414991804c765cadbcc43306f69 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Tue, 28 May 1996 15:22:05 +0000 Subject: [PATCH] (gnus-gmt-to-local): When rewriting a date to local time, use the UTC offset in effect then, not the current UTC offset. --- lisp/gnus.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/gnus.el b/lisp/gnus.el index efbf496ce6f..8086864db4a 100644 --- a/lisp/gnus.el +++ b/lisp/gnus.el @@ -11468,7 +11468,7 @@ Intended to be used with gnus-article-prepare-hook." (delete-region (match-beginning 1) (match-end 1)) (insert (timezone-make-date-arpa-standard - date nil (current-time-zone)))))))) + date))))))) ;; Article mode commands -- 2.39.2