hgext/convert/subversion.py
changeset 5617 924fd86f0579
parent 5521 03496d4fa509
child 5618 6e1a61b14bbf
child 5880 b32a0596b2d7
--- a/hgext/convert/subversion.py	Tue Oct 23 10:39:24 2007 +0000
+++ b/hgext/convert/subversion.py	Thu Dec 06 13:10:25 2007 -0800
@@ -590,7 +590,7 @@
             # Example SVN datetime. Includes microseconds.
             # ISO-8601 conformant
             # '2007-01-04T17:35:00.902377Z'
-            date = util.parsedate(date[:18] + " UTC", ["%Y-%m-%dT%H:%M:%S"])
+            date = util.parsedate(date[:19] + " UTC", ["%Y-%m-%dT%H:%M:%S"])
 
             log = message and self.recode(message)
             author = author and self.recode(author) or ''