aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/date_time
Commit message (Expand)AuthorAgeFilesLines
* let Time.time_with_datetime_fallback handle properly years in the range 0..138Xavier Noria2010-05-051-0/+6
* AS datetime conversions now require AS time conversionssnusnu2010-03-181-0/+1
* date_time/calculations.rb needs active_support/core_ext/object/acts_like beca...Xavier Noria2010-01-011-0/+1
* Added #to_i to DateTime in ActiveSupport so #to_yaml works correctly on Activ...Serguei Filimonov2009-12-151-2/+13
* Ruby 1.9.2: rational.rb is deprecatedJeremy Kemper2009-11-021-1/+1
* Check for date/time methods that moved upstream in 1.9Jeremy Kemper2009-05-071-3/+3
* Convert DateTime extensions to class reopensJeremy Kemper2009-03-281-87/+75
* Tease out Object#acts_like? behaviorsJeremy Kemper2009-03-281-0/+13
* Convert DateTime extension modules to class reopensJeremy Kemper2009-03-262-108/+111
* Move Numeric#to_utc_offset_s to TimeZone.seconds_to_utc_offsetJeremy Kemper2009-03-231-1/+1
* Merge docrailsPratik Naik2009-01-181-1/+1
* Introduce convenience methods past?, today? and future? for Date and Time cla...Clemens Kofler2008-09-141-5/+19
* Improve documentation coverage and markupXavier Noria2008-05-021-2/+4
* Ruby 1.8.7 compat: detect and alias non-superclass DateTime#to_sJeremy Kemper2008-04-201-4/+9
* Add #getutc alias for DateTime#utcgbuesing2008-04-121-0/+1
* Improve documentation.Pratik Naik2008-04-051-1/+1
* Fine, warn. Just don't recurse to death in cc.rbJeremy Kemper2008-03-311-1/+1
* Always alias DateTime#to_s to #to_default_sJeremy Kemper2008-03-311-1/+1
* Play nice with 1.9's DateTime#to_sJeremy Kemper2008-03-291-1/+2
* Adding TimeZone#at and DateTime#to_fGeoff Buesing2008-03-171-0/+6
* Adding Time and DateTime #compare_with_coercion, which layers behavior on #<=...Geoff Buesing2008-01-231-0/+12
* Remove unneeded #to_datetime_default_s alias for DateTime#to_s, given that we...Geoff Buesing2008-01-231-1/+0
* Refactor Time and DateTime #to_formatted_s: use ternary instead of nested if/...Geoff Buesing2008-01-231-9/+2
* Adding Time and DateTime #formatted_offset, for outputting +HH:MM utc offset ...Geoff Buesing2008-01-231-0/+9
* Introducing DateTime #utc, #utc? and #utc_offset, for duck-typing compatibili...Geoff Buesing2008-01-161-0/+20
* Simplify to_formatted_s docs. Closes #10747 [Jeremy Kemper]Jeremy Kemper2008-01-091-26/+14
* Document date and time to_formatted_s. Closes #10747 [leethal]Jeremy Kemper2008-01-091-2/+23
* Docfix (closes #10369) [revans]David Heinemeier Hansson2007-12-171-1/+17
* Ruby 1.9 compat: normalize date and time xmlschema to match Ruby's formatting...Jeremy Kemper2007-12-151-4/+8
* 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