add accumulation of captured time

This commit is contained in:
2025-11-13 19:04:55 +01:00
parent a54b19b938
commit 0e48ce265c
5 changed files with 26 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
from datetime import datetime as dt
def datetime(s: str) -> dt:
def str_to_datetime(s: str) -> dt:
s = s.strip()
try: