server-client-python
server-client-python copied to clipboard
Replace custom time handling with datetime/timedelta
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.