aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/time/calculations.rb
Commit message (Expand)AuthorAgeFilesLines
* Added year-based time calculationsDavid Heinemeier Hansson2005-02-241-1/+28
* Make it possible to say Time.now.in(1.year)David Heinemeier Hansson2005-02-211-1/+2
* Added last_month and next_monthDavid Heinemeier Hansson2005-02-211-0/+10
* Added next_week and made beginning_of_week be a Monday, not a SundayDavid Heinemeier Hansson2005-02-211-3/+9
* Treat UTC times nicerDavid Heinemeier Hansson2005-02-211-20/+8
* Added Time::Calculations to ask for things like Time.now.tomorrow, Time.now.y...David Heinemeier Hansson2005-02-211-0/+101