hgext/convert/subversion.py
branchstable
changeset 16514 363e808de349
parent 16511 ecd2fbe68b25
child 16683 525fdb738975
--- a/hgext/convert/subversion.py	Tue Apr 24 14:34:54 2012 +0200
+++ b/hgext/convert/subversion.py	Thu Apr 26 02:41:20 2012 +0900
@@ -805,7 +805,7 @@
                 branch = None
 
             cset = commit(author=author,
-                          date=util.datestr(date),
+                          date=util.datestr(date, '%Y-%m-%d %H:%M:%S %1%2'),
                           desc=log,
                           parents=parents,
                           branch=branch,