aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/date_time
Commit message (Expand)AuthorAgeFilesLines
* Update docs for `formatted_offset` Ronak Jangir2015-09-291-0/+2
* Short-circuit `blank?` on date and time valuesAndrew White2015-09-211-0/+12
* DateTime#<=> return nil when compare to the invalid String as Time.pocke2015-01-061-1/+1
* Better doc for AS::DateTime#seconds_since_midnightclaudiob2014-12-041-1/+5
* Fix DateTime comparison with DateTime::Infinity objectRafael Mendonça França2014-08-061-1/+3
* `DateTime#to_f` now preserves fractional seconds.John Paul Ashenfelter2014-07-021-2/+2
* Merge pull request #12080 from ShayDavidson/fix_datetime_partial_datesMatthew Draper2014-05-281-1/+11
|\
| * Added partial days support to `DateTime`'s `advance` method.Shay Davidson2013-08-301-5/+15
* | Check `respond_to` before delegation due to: https://github.com/ruby/ruby/com...Aaron Patterson2014-01-091-1/+5
|/
* Refactor Date, Time, DateTime timezone methodsGilad Zohari2013-08-011-21/+2
* Remove duplication from date_time calculationsGilad Zohari2013-07-311-10/+0
* 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-0/+1
* | Add missing require so that DateTime has the right superclassAndrew White2013-07-101-0/+1
* | Removed unsued deprecation requireRashmi Yadav2013-07-041-1/+0
* | Remove deprecated `DateTime.local_offset`Arun Agrawal2013-07-031-7/+0
* | Keep sub-second resolution when wrapping a DateTime valueAndrew White2013-06-131-0/+10
|/
* Squashed commit of the following:Aaron Patterson2013-05-032-5/+7
* Fixes Dependency bug in Active SupportTomohiko Himura2013-05-023-0/+3
* Keep second fraction when DateTime#change is called.Chris Baynes2013-02-251-1/+1
* 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/+12
* Clarified the minute option on DateTime#changeJakob Waller2013-01-101-1/+1
* Added ability to compare date/time with infinitybUg2013-01-042-7/+5
* Add missing at_end_of_* aliasesAndrew White2012-12-111-0/+2
* Add #seconds_until_end_of_day to DateTime and TimeOlek Janiszewski2012-11-291-0/+9
* Make caller attribute in deprecation methods optionalAlexey Gaziev2012-10-301-1/+1
* update AS/core_ext docs [ci skip]Francesco Rodriguez2012-09-123-32/+41
* Expand documentation for change() method in Time, Date, and DateTimeJeff Shantz2012-08-291-2/+7
* Improve performance of DateTime#seconds_since_unix_epochAndrew White2012-07-021-2/+5
* Revert "Use strftime to convert DateTime to numeric"Andrew White2012-07-011-1/+2
* Remove DateTime#to_time overrideAndrew White2012-07-011-14/+0
* Use strftime to convert DateTime to numericAndrew White2012-07-011-2/+1
* stop `to_s`ing method namesAkira Matsuda2012-06-061-1/+1
* removing unnecessary 'examples' noise from activesupportFrancesco Rodriguez2012-05-132-3/+0
* added beginning_of_hour support to core_ext calculations for Time and DateTimeMark J. Titorenko2012-05-041-0/+11
* String quotes and trailing spacesAlexey Gaziev2012-04-291-1/+1
* AS core_ext refactoring pt.2Alexey Gaziev2012-04-292-4/+10
* AS core_ext refactoringAlexey Gaziev2012-04-291-12/+21
* Deprecate DateTime.local_offsetbrainopia2012-01-252-2/+16
* Merge pull request #4524 from nashby/datetime-18-codeJosé Valim2012-01-251-15/+0
|\
| * remove ruby 1.8 related codeVasiliy Ermolovich2012-01-181-15/+0
* | Update time zone offset informationbrainopia2012-01-181-1/+1
|/
* revert "fixing some tests on ruby 1.9.3 SHA 33f222b"Vishnu Atrai2012-01-071-23/+0
* remove condition since to_time always available in ruby19 DateTimeVishnu Atrai2011-12-311-1/+1
* Initial pass at removing dead 1.8.x code from Active Support.José Valim2011-12-202-3/+1
* Fix punctuation errors.Sebastian Martinez2011-05-041-8/+8
* added find_zone and find_zone! to AS timezones and changed the AS Railtie to ...Josh Kalderimis2011-04-051-1/+1
* fixing some tests on ruby 1.9.3Aaron Patterson2011-03-071-0/+23