From ad09101f47830b3db9f1ea061efe593e57c1f705 Mon Sep 17 00:00:00 2001 From: Borzutzki Robert Date: Mon, 25 Nov 2024 23:15:56 +0100 Subject: [PATCH] change --- examples/date-diff.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/date-diff.py b/examples/date-diff.py index c06f02c..6864e02 100644 --- a/examples/date-diff.py +++ b/examples/date-diff.py @@ -44,7 +44,7 @@ from datetime import datetime, timedelta, date start_time = date.today() print(start_time.strftime("%d.%m.%Y")) -ruhestand = date(2025, 6, 10) +ruhestand = date(2026, 6, 10) # Zeitdelta berechnen duration = ruhestand - start_time print(duration) # Ausgabe: 9 Tage, 2:30:00