aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/date_time/calculations.rb
Commit message (Expand)AuthorAgeFilesLines
* Deprecation: remove deprecated :mday option from Time, Date, and DateTime#cha...Jeremy Kemper2007-09-181-1/+1
* Fix Time#advance bug when trying to advance a year from leap day. Closes #86...Rick Olson2007-08-031-3/+1
* Move common DateTime calculations to Date. Closes #8536.Jeremy Kemper2007-06-011-119/+13
* Time durations use since instead of + for accuracy. Closes #8513.Jeremy Kemper2007-05-301-1/+1
* DateTime calculations analogous to the Date and Time extensions. Closes #7693.Jeremy Kemper2007-03-041-0/+173