aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/time.rb
Commit message (Expand)AuthorAgeFilesLines
* Handle the case where there is no ivar set.Michael Koziarski2008-09-041-1/+1
* Fix Ruby's Time marshaling bug in pre-1.9 versions of Ruby: utc instances are...Luca Guidi2008-08-271-1/+22
* Introduce ActiveSupport::TimeWithZone, for wrapping Time instances with a Tim...Geoff Buesing2008-01-231-0/+2
* Ruby 1.9 compat, consistent load pathsJeremy Kemper2007-10-021-3/+3
* Ruby 1.8-cvs and 1.9 define a private Time#to_date that overrides Active Supp...Jeremy Kemper2007-02-011-0/+10
* Add Object#acts_like? and Time#acts_like_time? and Date#acts_like_date? to fa...Jamis Buck2007-01-151-0/+2
* Added Time::Conversions for getting times in different convenient string repr...David Heinemeier Hansson2005-02-211-0/+2
* Added Time::Calculations to ask for things like Time.now.tomorrow, Time.now.y...David Heinemeier Hansson2005-02-211-0/+5