Newbie Question on Time

Rails to the rescue - "time_ago_in_words" will do what you need

time_ago_in_words(Time.now - (10.hours + 25.minutes)) # outputs => "About 10 hours"