hgext/notify.py
changeset 4479 afa1f57ae484
parent 4094 fbf0e9acfd83
child 4495 fc20fa9f2dfd
child 4498 4dfb9f232a63
--- a/hgext/notify.py	Fri Jun 01 19:45:05 2007 +0200
+++ b/hgext/notify.py	Thu May 24 16:32:38 2007 +0200
@@ -211,6 +211,8 @@
             del msg['From']
             msg['From'] = sender
 
+        msg['Date'] = util.datestr(date=util.makedate(),
+                format="%a, %d %b %Y %H:%M:%S", timezone=True)
         fix_subject()
         fix_sender()