distance_of_time_in_words is great, but sometimes it's not granular enough.
I need a function that will report exact distances of time in words. E.g., 7:50AM to 10:10AM should be a distance of "2 hours and 20 minutes", not "about 2 hours" or whatever distance_of_time_in_words would do.
My use case is reporting train schedules, and in particular how long a given train ride will take.
