I'm working on a timing system, using Python. I am trying to work out the difference between the start time and the finish time.
startTime = 20181114171544
finishTime = 20181114182428
How can I display the difference between this dates in a nicely formatted h/m/s format?