I have start_time='Tue Jun 6 06:01:43 PDT 2017'
and stop_time='Tue Jun 6 06:02:04 PDT 2017'
. I need to calculate the difference between those 2 dates in seconds/minutes/hours OR hours:minutes:seconds
I have tried datetime(stop_time) - datetime(start_time) and I'm facing this error TypeError: an integer is required