aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/time
Commit message (Expand)AuthorAgeFilesLines
* Merge docrails.Pratik Naik2008-05-252-13/+13
* Adding documentation for time zone featuresgbuesing2008-05-181-8/+19
* Improve documentation coverage and markupXavier Noria2008-05-021-4/+6
* Duration #since and #ago with no argument (e.g., 5.days.ago) return TimeWithZ...gbuesing2008-04-201-0/+5
* Time#since behaves correctly when passed a Duration. Closes #11527 [kemiller]gbuesing2008-04-121-5/+8
* Improve documentation.Pratik Naik2008-04-052-30/+14
* Time #yesterday and #tomorrow behave correctly crossing DST boundary. Closes ...Geoff Buesing2008-04-041-2/+2
* Time.zone= accepts TZInfo::Timezone instances and Olson identifiers; wraps re...Geoff Buesing2008-03-281-2/+9
* Improve documentation.Pratik Naik2008-03-261-5/+5
* Time, DateTime and TimeWithZone #in_time_zone defaults to Time.zone. Removing...Geoff Buesing2008-03-171-19/+16
* Removing unneeded #change_time_zone method from Time, DateTime and TimeWithZoneGeoff Buesing2008-03-111-13/+0
* Adding Time#end_of_day, _quarter, _week, and _year. Closes #9312.Jeremy Kemper2008-02-271-0/+19
* Time.=== returns true for TimeWithZone instancesGeoff Buesing2008-02-161-0/+5
* Time#zone=, #in_time_zone and #change_time_zone accept a DurationGeoff Buesing2008-02-101-1/+2
* Time#in_time_zone handles Time.local instances correctlyGeoff Buesing2008-02-101-4/+2
* Pruning unneeded Time#change_time_zone_to_current. Enhanced docs for #change_...Geoff Buesing2008-02-101-7/+6
* Add Time Zone support to ActiveRecord, and config.time_zone property for spec...Rick Olson2008-02-061-1/+3
* Time#- coerces TimeWithZone argument to a Time instance so that difference in...Geoff Buesing2008-01-251-0/+11
* Time.get_zone refactored to private method, given that the encapsulated logic...Geoff Buesing2008-01-251-6/+12
* Time.zone uses thread-local variable for thread safety. Adding Time.use_zone,...Geoff Buesing2008-01-251-7/+13
* Time.days_in_month defaults to current year if no year is supplied as argumen...Geoff Buesing2008-01-251-12/+7
* Adding Time and DateTime #compare_with_coercion, which layers behavior on #<=...Geoff Buesing2008-01-231-0/+17
* Time #in_current_time_zone and #change_time_zone_to_current return self when ...Geoff Buesing2008-01-231-2/+2
* 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/+8
* Introduce ActiveSupport::TimeWithZone, for wrapping Time instances with a Tim...Geoff Buesing2008-01-231-0/+68
* Simplify to_formatted_s docs. Closes #10747 [Jeremy Kemper]Jeremy Kemper2008-01-091-24/+12
* Document date and time to_formatted_s. Closes #10747 [leethal]Jeremy Kemper2008-01-091-2/+22
* Moved the caching stores from ActionController::Caching::Fragments::* to Acti...David Heinemeier Hansson2008-01-031-0/+1
* Enhance documentation for Active Support's Time Conversion functions. [rsanhe...Michael Koziarski2007-12-051-3/+46
* Honor Ruby's default calendar reform setting when creating DateTime objects v...Geoff Buesing2007-11-242-2/+2
* Change Time and DateTime #end_of_month to return last second of month instea...Geoff Buesing2007-11-241-1/+1
* Cater for DST changes when converting Times to DateTimes. Closes #10068 [gbu...Michael Koziarski2007-11-051-1/+1
* Time, Date and DateTime #advance accept :weeks option. Closes #9866.Jeremy Kemper2007-10-131-1/+1
* Fix Time#years_ago and #years_since from leap days. Closes #9865.Jeremy Kemper2007-10-131-2/+2
* Time and DateTime#advance accept :hours, :minutes, and :seconds options. Clos...Jeremy Kemper2007-10-131-2/+4
* Refactor Time and Date#months_since and #months_ago to use #advance. Closes #...Jeremy Kemper2007-10-131-21/+4
* Fixed spelling errors (closes #9706) [tarmo/rmm5t]David Heinemeier Hansson2007-09-281-1/+1
* Date/Time/DateTime Ruby 1.9 compatJeremy Kemper2007-09-271-1/+1
* Deprecation: remove deprecated :mday option from Time, Date, and DateTime#cha...Jeremy Kemper2007-09-181-5/+5
* Some 1.9 forward compatibilityJeremy Kemper2007-09-142-8/+12
* Fix Time#advance bug when trying to advance a year from leap day. Closes #86...Rick Olson2007-08-031-4/+2
* fix one line formatting bugMichael Koziarski2007-07-191-1/+1
* Added Date#change (like Time#change) [DHH]David Heinemeier Hansson2007-05-311-1/+1
* DateTime#to_time converts to Time unless out of range. Date#to_datetime and D...Jeremy Kemper2007-05-301-1/+2
* Date, Time, and DateTime support formatting blocks in addition to strftime st...Jeremy Kemper2007-05-251-9/+18
* Time#since overflows to DateTime. Introduce Time#to_datetime. Closes #7715.Jeremy Kemper2007-03-052-0/+7
* Out-of-range Time calculations transparently overflow to DateTime. Closes #7706.Jeremy Kemper2007-03-041-24/+44
* Ruby 1.8-cvs and 1.9 define a private Time#to_date that overrides Active Supp...Jeremy Kemper2007-02-011-3/+0
* Add Object#acts_like? and Time#acts_like_time? and Date#acts_like_date? to fa...Jamis Buck2007-01-151-0/+13