summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jimbrella/routine.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/jimbrella/routine.py b/jimbrella/routine.py
index bb5fe82..e120517 100644
--- a/jimbrella/routine.py
+++ b/jimbrella/routine.py
@@ -129,7 +129,7 @@ def process_overdue(db: Umbrellas):
sms.remind_overdue(
umb["tenant_phone"],
umb["tenant_name"],
- human_datetime(umb["lent_at"]),
+ human_datetime(isoparse(umb["lent_at"])),
umb["id"],
)