aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/time
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unneeded Time patch to support Ruby 1.9Rafael Mendonça França2015-01-041-29/+2
* Remove some comments about Ruby 1.9 behaviorsRafael Mendonça França2015-01-041-3/+3
* Replace `#=>` with `# =>` [ci skip]claudiob2014-12-171-8/+8
* Add docs for Time#find_zoneclaudiob2014-12-171-1/+16
* Time includes DateAndTime::Zones acts_like(:time)betesh2014-11-091-0/+1
* Time#change can now change nanoseconds (:nsec)Agis-2014-09-141-6/+13
* Time#change throws exception with an out-of-range :usecAgis-2014-09-041-0/+1
* [ci skip] builtin -> built-inAkshay Vishnoi2014-04-201-1/+1
* Merge pull request #10634 from teleological/time_advance_gregorianAndrew White2014-01-051-4/+6
|\
| * Maintain proleptic gregorian in Time#advanceRiley Lynch2013-05-151-4/+6
* | Added Date#all_week/month/quarter/year for generating date rangesDimko2013-12-031-21/+0
* | Refactor Date, Time, DateTime timezone methodsGilad Zohari2013-08-011-20/+2
* | Merge pull request #10879 from makaroni4/masterAndrew White2013-07-291-0/+10
|\ \
| * | Added Time#middle_of_dayAnatoli Makarevich2013-07-281-0/+10
| |/
* | Fix handling of offsets with Time#to_s(:iso8601)Andrew White2013-07-291-1/+2
* | Add Time#to_s(:iso8601) for easy conversion of times to the iso8601 format fo...David Heinemeier Hansson2013-07-281-1/+2
* | Return local time for backwards compatibilityAndrew White2013-07-091-1/+1
* | Retain UTC offset when using Time.at_with_coercionAndrew White2013-07-091-3/+8
* | Fix microsecond precision of Time#at_with_coercionNeer Friedman2013-07-091-1/+1
* | Removed unsued deprecation requireRashmi Yadav2013-07-041-1/+0
* | Remove deprecated `Time#time_with_datetime_fallback`, `Time#utc_time`Vipul A M2013-07-031-35/+0
* | Override Time.at to work with Time-like valuesAndrew White2013-06-081-0/+12
|/
* Squashed commit of the following:Aaron Patterson2013-05-031-5/+0
* Correct comment for (beginning|end)_of_minuteGert Goet2013-02-221-2/+2
* Added beginning_of_minute support to core_ext calculations for Time and DateTimeGagan Awhad2013-02-211-0/+15
* Revert some warning removals related to Ruby 2.0Carlos Antonio da Silva2013-01-071-2/+0
* Added ability to compare date/time with infinitybUg2013-01-041-0/+5
* Deprecate obsolete Time to DateTime fallback methodsAndrew White2012-12-111-0/+10
* Add missing at_end_of_* aliasesAndrew White2012-12-111-0/+2
* Use send in Time marshal extensions since the methods are now privateCarlos Antonio da Silva2012-12-031-1/+1
* Add #seconds_until_end_of_day to DateTime and TimeOlek Janiszewski2012-11-291-0/+9
* fix warnings in Ruby 2.0Aaron Patterson2012-11-071-0/+2
* Hash Syntax changes to 1.9 formatAvnerCohen2012-10-201-1/+1
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-09-213-22/+25
|\
| * update AS/core_ext docs [ci skip]Francesco Rodriguez2012-09-122-15/+15
| * update some AS code examples to 1.9 hash syntax [ci skip]Francesco Rodriguez2012-09-121-7/+10
* | Date.beginning_of_week thread local and beginning_of_week application config ...gregolsen2012-09-181-2/+3
|/
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-09-011-2/+7
|\
| * Expand documentation for change() method in Time, Date, and DateTimeJeff Shantz2012-08-291-2/+7
* | Refactored common date and time calculations.Pan Thomakos2012-08-041-198/+3
|/
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-07-151-5/+5
|\
| * use 'use_zone' method in example, instead of reimplementing itJakub Kuźma2012-07-101-5/+5
* | adds a missing require [fixes #6896]Xavier Noria2012-07-152-1/+1
|/
* Make Time#change work with offsets other than UTC or localAndrew White2012-07-011-10/+15
* Add missing require.Rhett Sutphin2012-06-251-0/+1
* Add prev_quarter and next_quarter method in Time/Date/DateTimeparanoiase Kang2012-06-201-0/+11
* Merge pull request #6376 from jgaskins/timestamp-microsecondsJeremy Kemper2012-05-181-0/+1
|\
| * Increase `AR#cache_key` precision to nanosecondsJamie Gaskins2012-05-191-0/+1
* | respect nsec in TimeWithZoneVasiliy Ermolovich + Sergey Nartimov2012-05-181-4/+4
|/
* added beginning_of_hour support to core_ext calculations for Time and DateTimeMark J. Titorenko2012-05-041-0/+15