
Feb. 2, 2023
9:50 p.m.
Here's a fourth way I've seen, that I forgot to mention (mostly a variation of Solution 2, above): ``` delta = datetime.strptime('05:20:25', '%H:%M:%S') - datetime.strptime('00:00:00', '%H:%M:%S') ```