]> git.eshelyaron.com Git - emacs.git/commitdiff
(gnus-gmt-to-local): When rewriting a date to local time,
authorKarl Heuer <kwzh@gnu.org>
Tue, 28 May 1996 15:22:05 +0000 (15:22 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 28 May 1996 15:22:05 +0000 (15:22 +0000)
use the UTC offset in effect then, not the current UTC offset.

lisp/gnus.el

index efbf496ce6f9257d266e08eba55fb0a17a938ba1..8086864db4abbdc39da7b8411502d210ea17adc8 100644 (file)
@@ -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