hgext/notify.py
changeset 6229 c3182eeb70ea
parent 6211 f89fd07fc51d
child 6305 e8d447d91cdb
--- a/hgext/notify.py	Tue Mar 11 17:42:29 2008 -0500
+++ b/hgext/notify.py	Tue Mar 11 17:42:41 2008 -0500
@@ -210,9 +210,7 @@
             del msg['From']
             msg['From'] = sender
 
-        msg['Date'] = util.datestr(date=util.makedate(),
-                                   format="%a, %d %b %Y %H:%M:%S",
-                                   timezone=True)
+        msg['Date'] = util.datestr(format="%a, %d %b %Y %H:%M:%S %1%2")
         fix_subject()
         fix_sender()