diff lisp/mail/unrmail.el @ 101830:6babeadc07c9

(unrmail): Use current-time-string.
author Glenn Morris <rgm@gnu.org>
date Fri, 06 Feb 2009 07:33:20 +0000
parents 60634423f085
children 1eedc742bd61
line wrap: on
line diff
--- a/lisp/mail/unrmail.el	Fri Feb 06 04:00:00 2009 +0000
+++ b/lisp/mail/unrmail.el	Fri Feb 06 07:33:20 2009 +0000
@@ -194,8 +194,7 @@
 				  (or
 				   (and date
 					(ignore-errors
-					 (format-time-string
-					  "%a %b %e %T %Y"
+					 (current-time-string
 					  (date-to-time date))))
 				   (current-time-string))))))