summaryrefslogtreecommitdiff
path: root/lisp/gnus.el
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-05-28 15:22:05 +0000
committerKarl Heuer <kwzh@gnu.org>1996-05-28 15:22:05 +0000
commit36dcd43bf873f414991804c765cadbcc43306f69 (patch)
treeac1fbddfc32b5498ad53d1ea074f46bef73da11b /lisp/gnus.el
parent2bd5b0c101b3b6739bd04a87b769d1b0b49a6b12 (diff)
downloademacs-36dcd43bf873f414991804c765cadbcc43306f69.tar.gz
(gnus-gmt-to-local): When rewriting a date to local time,
use the UTC offset in effect then, not the current UTC offset.
Diffstat (limited to 'lisp/gnus.el')
-rw-r--r--lisp/gnus.el2
1 files changed, 1 insertions, 1 deletions
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