aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/values
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "Take DST into account when locating TimeZone from Numeric."Andrew White2015-03-091-7/+1
* Take DST into account when locating TimeZone from Numeric.Yasyf Mohamedali2015-03-031-1/+7
* make zones_map privateTony Miller2015-02-061-7/+8
* Add missing time zone definitions for Russian FederationAndrey Novikov2015-01-131-1/+4
* Use directly TZInfo::Timezone without proxybrainopia2015-01-041-2/+2
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-1/+1
* Update to Unicode 7.0.0Benjamin Fleischer2014-11-151-0/+0
* Change `gsub` to `tr` where possibleAlexander Balashov2014-10-061-1/+1
* reduce object allocations in utc_offsetAaron Patterson2014-08-291-2/+2
* Collected TimeZone's class methods togetherprintercu2014-05-171-70/+69
* Tidy up implementation of #15010Andrew White2014-05-111-7/+1
* Make TimeZone#parse behave more like Time#parse.Ulysse Carion2014-05-111-1/+12
* make tests pass on Ruby 2.2Aaron Patterson2014-03-131-1/+1
* Maintain current timezone when changing time during DST overlapAndrew White2014-01-261-0/+4
* Check `respond_to` before delegation due to: https://github.com/ruby/ruby/com...Aaron Patterson2014-01-091-0/+1
* Don't lazy load the tzinfo libraryAndrew White2014-01-011-19/+2
* Update to Unicode 6.3.0Norman Clarke2013-12-271-0/+0
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-12-201-2/+2
|\
| * Typos. return -> returns. [ci skip]Lauro Caetano2013-12-031-2/+2
* | Add support for localized date referencesColin Bartlett2013-12-031-0/+10
* | Remove AS::TZ.lookup(name).thedarkone2013-08-071-5/+1
* | Unify AS::TZ's lazy init maps.thedarkone2013-08-071-9/+5
* | Use TS::Cache instead plain Hash in TimeZone.thedarkone2013-08-071-5/+7
|/
* Add Chatham Islands Time (UTC+1245) support.Hiro Asari2013-04-121-1/+2
* Fixed timezone mapping of Ulaanbaatar.Zolzaya2013-03-271-1/+1
* Remove manual "return true" from AS::TZ match methodCarlos Antonio da Silva2013-03-121-1/+1
* included "Montevideo" in list of time zone aliases (closes Issue #9628)Gernot2013-03-091-0/+1
* Update to latest Unicode data.Norman Clarke2013-02-101-0/+0
* Deprecate obsolete Time to DateTime fallback methodsAndrew White2012-12-111-1/+1
* Replace comments' non-breaking spaces with spacesclaudiob2012-12-041-1/+1
* Only take the date parts from Time.zone.nowAndrew White2012-12-011-3/+3
* Make `Time.zone.parse` to work with JavaScript date stringsAndrew White2012-12-011-11/+16
* Fixed timezone mapping of Solomon Islands.Steve Klabnik2012-11-011-1/+1
* update AS/values and AS/xml_mini docs [ci skip]Francesco Rodriguez2012-09-141-36/+51
* Remove rescue clause from ActiveSupport::TimeZone#to_fAndrew White2012-07-011-2/+1
* Merge pull request #5571 from jarkko/5559-fix-dst-jump-bug-on-masterAaron Patterson2012-05-151-0/+5
|\
| * [#5559] Do not black out the system timezone DST jump hour if Time.zone diffe...Jarkko Laine2012-03-241-0/+5
* | removing unnecessary 'examples' noise from activesupportFrancesco Rodriguez2012-05-131-5/+5
* | more edits [ci skip]Vijay Dev2012-05-011-1/+1
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-05-011-0/+1
|\ \
| * | Add documention for utc_offset methodRob Zolkos2012-05-011-0/+1
| |/
* / Correcting some confusion. Pago Pago is part of American Samoa, not Samoa. Fu...Dave Gerton2012-04-131-2/+4
|/
* use empty? on the hash to avoid another method callAaron Patterson2012-03-161-1/+1
* removed unnecessary calls to "freeze"Aaron Patterson2012-03-161-2/+1
* make stubbing Time.now easierAaron Patterson2012-03-161-1/+7
* Clean up module docs [ci skip]Vijay Dev2012-03-071-21/+21
* Update Unicode database to recently-released 6.1.Norman Clarke2012-02-031-0/+0
* Update to Unicode 6.0Norman Clarke2012-01-051-0/+0
* Make sure require_tzinfo only calls Kernel#require if TZInfo isn't already pr...Tim Lucas2011-09-071-1/+1
* Fix tzinfo require (it broke test_raises_when_an_invalid_timezone_is_defined_...Jon Leighton2011-08-161-6/+13