From: Ryan Leavengood Date: 2005-11-22T08:11:55+09:00 Subject: Re: The ruby way : DateTime calculations ? On 11/21/05, Peter Fitzgibbons wrote: > Is there an existent lib or such that gives me some date/time calculations ? > > Time.now - 2.minutes for instance ? ActiveSupport, which is part of Rails, has this stuff. Take a look: http://api.rubyonrails.com/classes/ActiveSupport/CoreExtensions/Numeric/Time.html#M000234 Ryan