frizbog / gedcom4j

Java library for reading/writing genealogy files in GEDCOM format
http://gedcom4j.org
53 stars 36 forks source link

TIME tag is written twice into HEAD #181

Open dmarks2 opened 7 years ago

dmarks2 commented 7 years ago

Hello,

in the HEAD you can add a TIME attribute below the DATE to specify the exact timestamp when the Gedcom file was created.

However it seems that gedcom4j writes this tag twice into HEAD instead of just once.

I attached a testcase where I just read a gedcom file and write it again. You can see the TIME tag twice in the HEAD (at lines 5 and 6).

testcase.zip