aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/time/calculations.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Add Time.days_in_month, and make Time#next_month work when invoked on the 31s...Jamis Buck2005-08-311-5/+28
* Fixed that Time#midnight would have a non-zero usec on some platforms #1836Jamis Buck2005-07-311-2/+2
* Fixed Time#at_beginning_of_week returned the next Monday instead of the previ...David Heinemeier Hansson2005-06-161-1/+2
* Fixed Time#last_year to go back in time, not forward #1278 [fabien@odilat.com]David Heinemeier Hansson2005-05-191-3/+3
* Fixed that Time.local(2005,12).months_since(1) would raise "ArgumentError: ar...David Heinemeier Hansson2005-05-191-1/+2
* 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