server-client-python icon indicating copy to clipboard operation
server-client-python copied to clipboard

Replace custom time handling with datetime/timedelta

Open jacalata opened this issue 1 year ago • 0 comments

From #1299:

The use of a custom datetime module caught me off guard in the project. I'd suggest using datetime and timedelta as the source for seconds and minutes instead of manually keeping track of what the seconds and minutes ought to be, but didn't want to make any more changes than necessary to fix the problem.

jacalata avatar Jan 13 '24 14:01 jacalata