aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/date_time
Commit message (Expand)AuthorAgeFilesLines
* Cater for DST changes when converting Times to DateTimes. Closes #10068 [gbu...Michael Koziarski2007-11-052-3/+12
* Time, Date and DateTime #advance accept :weeks option. Closes #9866.Jeremy Kemper2007-10-131-1/+1
* Time and DateTime#advance accept :hours, :minutes, and :seconds options. Clos...Jeremy Kemper2007-10-131-2/+4
* Fixed Date#xmlschema for dates outside the range of what can be created with ...David Heinemeier Hansson2007-10-011-0/+4
* Date/Time/DateTime Ruby 1.9 compatJeremy Kemper2007-09-271-2/+2
* Deprecation: remove deprecated :mday option from Time, Date, and DateTime#cha...Jeremy Kemper2007-09-181-1/+1
* Some 1.9 forward compatibilityJeremy Kemper2007-09-141-5/+7
* Fix Time#advance bug when trying to advance a year from leap day. Closes #86...Rick Olson2007-08-031-3/+1
* Readable Date and DateTime#inspect. Closes #8570.Jeremy Kemper2007-06-041-0/+7
* Move common DateTime calculations to Date. Closes #8536.Jeremy Kemper2007-06-011-119/+13
* DateTime#to_time converts to Time unless out of range. Date#to_datetime and D...Jeremy Kemper2007-05-301-1/+9
* Time durations use since instead of + for accuracy. Closes #8513.Jeremy Kemper2007-05-301-1/+1
* DateTime uses Time formats. Closes #8476.Jeremy Kemper2007-05-261-10/+1
* Date, Time, and DateTime support formatting blocks in addition to strftime st...Jeremy Kemper2007-05-251-6/+16
* Time#since overflows to DateTime. Introduce Time#to_datetime. Closes #7715.Jeremy Kemper2007-03-051-0/+5
* DateTime calculations analogous to the Date and Time extensions. Closes #7693.Jeremy Kemper2007-03-041-0/+173
* Add missing filesMichael Koziarski2007-02-281-0/+28