changeset 15296:b77f65304dd9

(gnus-gmt-to-local): When rewriting a date to local time, use the UTC offset in effect then, not the current UTC offset.
author Karl Heuer <kwzh@gnu.org>
date Tue, 28 May 1996 15:22:05 +0000
parents 3c73be815b48
children befefbf0670f
files lisp/gnus.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/gnus.el	Tue May 28 00:53:21 1996 +0000
+++ b/lisp/gnus.el	Tue May 28 15:22:05 1996 +0000
@@ -11468,7 +11468,7 @@
 	    (delete-region (match-beginning 1) (match-end 1))
 	    (insert
 	     (timezone-make-date-arpa-standard 
-	      date nil (current-time-zone))))))))
+	      date)))))))
 
 
 ;; Article mode commands