@@ -25,7 +25,7 @@ def today_end() -> datetime:
year = td.year
month = td.month
day = td.day
return datetime(year=year, month=month, day=day, hour=23)
return datetime(year=year, month=month, day=day, hour=23, minute=59, second=59)
def str_to_date(date: str) -> datetime | None:
The note is not visible to the blocked user.