Exemple #1
0
def timeUntilNextNotification(thetime: datetime) -> int:
    if thetime.isoweekday() > 5:
        nextreminder = datetime(
            year=thetime.year(),
            month=thetime.month(),
        )