This function constructs a tibble representation of the CHANGE_DATE from the GEDCOM 5.5.5 specification.
CHANGE_DATE(
change_date = date_exact(),
time_value = character(),
notes = list()
)
A date_exact() object giving the date that this data was changed.
The time of a specific event.
A list of NOTE_STRUCTURE() objects.
A tidy tibble containing the CHANGE_DATE part of a GEDCOM file.