aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1996-05-28 15:22:05 +0000
committerKarl Heuer <[email protected]>1996-05-28 15:22:05 +0000
commit36dcd43bf873f414991804c765cadbcc43306f69 (patch)
treeac1fbddfc32b5498ad53d1ea074f46bef73da11b /lisp
parent2bd5b0c101b3b6739bd04a87b769d1b0b49a6b12 (diff)
(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')
-rw-r--r--lisp/gnus.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus.el b/lisp/gnus.el
index efbf496ce6..8086864db4 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