From 00bc4ab7ff4caa189bf923a287f331bd9c063a77 Mon Sep 17 00:00:00 2001 From: Michael Currin <18750745+MichaelCurrin@users.noreply.github.com> Date: Tue, 6 Aug 2024 11:25:45 +0200 Subject: [PATCH] Update time-handling.md --- cheatsheets/python/time-handling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cheatsheets/python/time-handling.md b/cheatsheets/python/time-handling.md index 57d9557d1..31a871450 100644 --- a/cheatsheets/python/time-handling.md +++ b/cheatsheets/python/time-handling.md @@ -1,4 +1,4 @@ -# Time handling +# Date and time handling ## Resources