diff --git a/src/Utils.py b/src/Utils.py index 6ee53a7b0..e72369d35 100644 --- a/src/Utils.py +++ b/src/Utils.py @@ -824,8 +824,8 @@ def probably_alive(person, db, # no evidence, must consider alive return (True, None, None, _("no evidence"), None) # must have est dates from here: - # SPECIAL CASE: Today: - if current_date.match(gen.lib.date.Today(), "=="): + # SPECIAL CASE: Today and Future: + if current_date.match(gen.lib.date.Today(), ">="): if person.get_death_ref(): # if death in the future: (impossible, unless guess) # if return_range: