Debug copy task

This commit is contained in:
Ambulance Clerc
2023-04-30 12:59:46 +02:00
parent dd81ea367d
commit 9ddd81b2b7

View File

@@ -296,7 +296,7 @@ class cls_caldav_client():
now = f"01.{datetime.now().month}.{datetime.now().year}"
next_month = datetime.strptime(f"1.{datetime.today().month}.{datetime.today().year}","%d.%m.%Y") + relativedelta(months=1) - relativedelta(days=1)
next_month = datetime.strptime(f"1.{datetime.today().month}.{datetime.today().year}","%d.%m.%Y") + relativedelta(months=1)
next_month = (next_month.year, next_month.month, next_month.day)
today = (datetime.now().year, datetime.now().month, 1)