Refactoring: use datetime.now() instead of datetime.today()
now() is officially preferred over today() according to the docs. See for reference:
https://docs.sourcery.ai/Reference/Python/Default-Rules/use-datetime-now-not-today/ https://docs.python.org/3/library/datetime.html#datetime.datetime.now