From dec4380c826823bba0847bb27e30d2c7545fc4f9 Mon Sep 17 00:00:00 2001 From: prculley Date: Sun, 16 Oct 2016 14:50:08 -0500 Subject: [PATCH] bug 8993; fix Gedcom import in some alternate languages; improper date parsing --- gramps/plugins/lib/libgedcom.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gramps/plugins/lib/libgedcom.py b/gramps/plugins/lib/libgedcom.py index f0c45db2f..caebd7c6b 100755 --- a/gramps/plugins/lib/libgedcom.py +++ b/gramps/plugins/lib/libgedcom.py @@ -712,6 +712,7 @@ class GedcomDateParser(DateParser): 'may' : 5, 'jun' : 6, 'jul' : 7, 'aug' : 8, 'sep' : 9, 'oct' : 10, 'nov' : 11, 'dec' : 12, } + fmt = "%m/%d/%y" #------------------------------------------------------------------------- #