From: Stefano Bortolotti Date: 2008-03-13T20:52:09+09:00 Subject: Operations with Time objects Hi guys. I want to know the time remain before an expiration. If I do t_remained = Time.now - expiration I get a float object. how can I convert it back to Time(days hours and minute)? thanks -- Posted via http://www.ruby-forum.com/.