TheGeneGenieProject / GeneGenie.Gedcom

A .Net library for loading, saving, working with and analysing family trees stored in the GEDCOM format.
GNU Affero General Public License v3.0
52 stars 22 forks source link

Avoid creating ChangeDate in Gedcom #80

Open OkapiD opened 4 years ago

OkapiD commented 4 years ago

I write a converter to repair Gedcom data from an old software. So I don't really change data. Is it possible to avoid creating ChangeDate when manipulating GedcomDatabase? Maybe by setting a flag in GedcomDatabase in advance?