Need to find the difference between the two times, how do I do this?
Do I use the date/time module?
My goal is to calculate the averages of multiple time duration. I am thinking for storing them in a list and later need to calculate the average. For the averaging, should I convert to seconds and then average?