aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/time
Commit message (Expand)AuthorAgeFilesLines
* Replace alias method chaining with Module#alias_method_chain. [Marcel Molina ...Marcel Molina2006-04-291-2/+1
* Replace Ruby's deprecated append_features in favor of included. [Marcel Molin...Marcel Molina2006-04-291-2/+1
* Added Time#advance to do precise time time calculations for cases where a mon...David Heinemeier Hansson2006-03-161-0/+9
* Time#xmlschema is only available when you've required 'time'. Add a unit tes...Michael Koziarski2006-03-151-0/+1
* Added Time#beginning_of_quarter (closes #3607) [cohen.jeff@gmail.com]David Heinemeier Hansson2006-02-261-0/+6
* Added Time#end_of_month to accompany Time#beginning_of_month (closes #2514) [...David Heinemeier Hansson2005-10-261-0/+8
* Fixed that Time#change should also reset usec when also resetting minutes #24...David Heinemeier Hansson2005-10-131-1/+1
* Replace '%e' from long and short time formats as Windows does not support it....Marcel Molina2005-10-101-2/+2
* Add :rfc822 as an option for Time#to_s (to get rfc822-formatted times)Jamis Buck2005-10-031-4/+5
* Make Time#last_month work when invoked on the 31st of a month.Jamis Buck2005-08-311-6/+14
* 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
* Slight change to allow custom date/time conversions #1326 [Rick Olson]David Heinemeier Hansson2005-05-211-6/+7
* 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
* Added Date::Conversions for getting dates in different convenient string repr...David Heinemeier Hansson2005-02-211-2/+4
* Added Time::Conversions for getting times in different convenient string repr...David Heinemeier Hansson2005-02-211-0/+32
* 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