aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/time_with_zone.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix the example given in the documentation for TimeWithZone#-Phil Ross2015-10-291-4/+4
* Add documentation for TimeWithZone #ago and #advance.Phil Ross2015-10-291-0/+38
* Expand support for ActiveSupport::TimeWithZone#utc?David Celis2015-10-151-1/+1
* TimeWithZone#xmlschema should be able to display more than 6 digitsFumiaki MATSUSHIMA2015-09-301-5/+4
* minor typo fix [ci skip]Aditya Kapoor2015-09-261-1/+1
* Short-circuit `blank?` on date and time valuesAndrew White2015-09-211-0/+5
* fix wrong method used in the TimeWithZone#inspect method docs [ci skip]yuuji.yaginuma2015-09-101-1/+1
* Fixed to_datetime docs [ci skip]Ronak Jangir2015-08-261-2/+3
* Added docs for TimeWithZone [ci skip]Ronak Jangir2015-08-181-1/+10
* Fix `TimeWithZone#eql?` to handle `TimeWithZone` created from `DateTime`Roque Pinel2015-07-191-1/+1
* Require active_support/duration.Jimmy Cuadra2015-06-041-0/+1
* Improve ActiveSupport::TimeWithZone conversion to YAMLAndrew White2015-04-221-6/+7
* Doc fix [ci skip]Sushruth Sivaramakrishnan2015-03-051-1/+1
* Remove some comments about Ruby 1.9 behaviorsRafael Mendonça França2015-01-041-2/+2
* Replace AS::TimeWithZone#since with alias to +claudiob2014-12-161-10/+1
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2014-12-151-4/+32
|\
| * Add docs for AS::TimeWithZone + and -claudiob2014-12-041-4/+32
* | Add documentation to six AS::TimeWithZone methodsclaudiob2014-12-041-2/+23
|/
* Optimize TimeWithZoneTest#strftimePablo Herrero2014-10-271-10/+6
* Merge pull request #15421 from gchan/time_with_zone_precisionMatthew Draper2014-06-051-1/+1
|\
| * Fixed `ActiveSupport::TimeWithZone#-` so precision is not unnecessarily lostGordon Chan2014-05-301-1/+1
* | Speed-up TimeWithZone to String conversionAndrey Chernih2014-05-271-0/+8
|/
* [ci skip] doc ActiveSupport::TimeWithZone#to_sschneems2014-05-091-2/+5
* Maintain the current timezone in wrap_with_time_zoneAndrew White2014-01-311-7/+2
* Make ActiveSupport::TimeWithZone#xmlschema consistentAndrew White2014-01-261-2/+2
* Add support for JSON time_precision to Time and DateTimeAndrew White2014-01-261-2/+1
* Rename subsecond_fraction_digits option to time_precisionAndrew White2014-01-261-1/+1
* Customize subsecond digits when encoding DateWithTimeParker Selbert2014-01-261-1/+2
* Maintain current timezone when changing time during DST overlapAndrew White2014-01-261-3/+9
* Fix AS::TimeWithZone#as_json docsBogdan Gusiev2013-11-071-4/+4
* Keep sub-second resolution when wrapping a DateTime valueAndrew White2013-06-131-5/+1
* `TimeWithZone` raises `NoMethodError` in proper context.Yves Senn2013-03-181-0/+2
* Added `ActiveSupport::TimeWithZone#to_r` for `Time#at` compatibility.stopdropandrew2013-02-241-0/+4
* Modify TimeWithZone#as_json to return 3DP of sub-second accuracy by default, ...James Harton2013-01-311-1/+1
* Standardise the return value of `to_time`Andrew White2013-01-211-2/+2
* Add more documentation to TimeWithZoneMatthew Stopa2013-01-011-0/+14
* copy edits [ci skip]Vijay Dev2013-01-011-4/+3
* Add documentation for TimeWithZone methodsMatthew Stopa2012-12-311-3/+19
* Add documentation for the TimeWithZone#dst? method.Matthew Stopa2012-12-311-0/+6
* Deprecate obsolete Time to DateTime fallback methodsAndrew White2012-12-111-1/+1
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-09-211-17/+24
|\
| * update AS docs [ci skip]Francesco Rodriguez2012-09-171-17/+24
* | Fix #6962. AS::TimeWithZone#strftime responds incorrectly to %:z and %::z for...kennyj2012-09-201-1/+4
|/
* removes usage of Object#in? from the code base (the method remains defined by...Xavier Noria2012-08-061-2/+1
* Merge pull request #6183 from nashby/fix-issue-6179Jeremy Kemper2012-05-181-3/+12
|\
| * respect nsec in TimeWithZoneVasiliy Ermolovich + Sergey Nartimov2012-05-181-1/+1
| * wrap time ranges with timezones, closes #6179Vasiliy Ermolovich2012-05-171-2/+11
* | removing unnecessary 'examples' noise from activesupportFrancesco Rodriguez2012-05-131-4/+0
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-05-081-1/+3
|\ \ | |/ |/|
| * Add missing public method doc to TimeWithZone.nameRob Zolkos2012-05-061-1/+3