hgext/patchbomb.py
changeset 9047 8263d98ffb1c
parent 9046 1547126630e9
child 9071 141e3ef20d84
--- a/hgext/patchbomb.py	Sun Jul 05 16:42:10 2009 +0200
+++ b/hgext/patchbomb.py	Sun Jul 05 17:09:01 2009 +0200
@@ -417,7 +417,7 @@
             first = False
 
         m['User-Agent'] = 'Mercurial-patchbomb/%s' % util.version()
-        m['Date'] = email.Utils.formatdate(start_time[0])
+        m['Date'] = email.Utils.formatdate(start_time[0], localtime=True)
 
         start_time = (start_time[0] + 1, start_time[1])
         m['From'] = sender