hgext/notify.py
changeset 4491 fc20fa9f2dfd
parent 4096 49237d6ae97d
parent 4489 afa1f57ae484
child 4500 eb26f8f70364
--- a/hgext/notify.py
+++ b/hgext/notify.py
@@ -210,6 +210,8 @@ class notifier(object):
             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()