uval wrote in post #8566: > Hello, > > I would like to calculate the difference between two times in seconds > eg > > Fri Dec 2 03:12:19 2005 > Fri Dec 2 14:44:47 2005 > > I took a look at Time.singleton_methods but they dont seem apropriate > for this conversion > > since I am quite new to Ruby I dont know its libraries or where to > search > > thx in advance > > Regards, Daniel Try https://rubygems.org/gems/time_diff/stats which returns the difference in a hash -- Posted via http://www.ruby-forum.com/.