From 6f6284852d1d5f04908ce53f70170e580c0a112f 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 60c4b8089..7e8ddde0f 100644 --- a/gramps/plugins/lib/libgedcom.py +++ b/gramps/plugins/lib/libgedcom.py @@ -729,6 +729,7 @@ class GedcomDateParser(DateParser): 'may' : 5, 'jun' : 6, 'jul' : 7, 'aug' : 8, 'sep' : 9, 'oct' : 10, 'nov' : 11, 'dec' : 12, } + fmt = "%m/%d/%y" #------------------------------------------------------------------------- #