aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/values/time_zone.rb
Commit message (Expand)AuthorAgeFilesLines
* [Active Support] require_relative => requireAkira Matsuda2017-10-211-1/+1
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Merge pull request #29728 from kirs/frozen-activesupportMatthew Draper2017-07-091-0/+1
|\
| * Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* | Merge pull request #28668 from Dorian/mention-time-parse-argument-errorAaron Patterson2017-07-051-1/+3
|\ \ | |/ |/|
| * Mention and test for possible ArgumentError when parsing timesDorian Marié2017-04-081-1/+3
* | [Active Support] require => require_relativeAkira Matsuda2017-07-011-1/+1
* | There are actually only 134 unique timezones.Chris Dosé2017-04-161-1/+1
* | Add Puerto Rico support to ActiveSupport::TimeZoneChris Dosé2017-04-161-0/+1
|/
* Return unmapped timezones from `country_zones`Andrew White2017-03-281-5/+12
* Add `ActiveSupport::TimeZone.rfc3339` parsing methodAndrew White2017-03-031-0/+30
* Add `ActiveSupport::TimeZone.iso8601` parsing methodAndrew White2017-03-031-0/+35
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-6/+6
* Fix `ActiveSupport::TimeZone#strptime` cannot parse timestamps (%Q, %s)denisovlev2016-10-211-11/+15
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* applies remaining conventions across the projectXavier Noria2016-08-061-10/+10
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-5/+5
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-8/+8
* Raise ArgumentError for bad strptime argumentsJohn Gesimondo2016-07-111-0/+1
* Do not cache ActiveSupport::TimeZone#utc_offsetAlexey Shein2016-04-251-3/+1
* Add ActiveSupport::TimeZone.country_zones helperAndrey Novikov2016-04-191-1/+13
* Remove unused try requireBart de Water2016-03-101-1/+0
* Fix wrong timezone mapping for Switzerland [22233]Kacper Walanus2015-11-151-1/+2
* Require only necessary concurrent-ruby classes.Jerry D'Antonio2015-11-041-1/+1
* Remove outdated statement about bundled TZInfo.Phil Ross2015-10-181-6/+0
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-10-041-1/+1
|\
| * Renamed ‘Return’ to ‘Returns’ [ci skip]Ronak Jangir2015-09-281-1/+1
* | Update docs for `formatted_offset` Ronak Jangir2015-09-291-2/+6
* | Replaced `ThreadSafe::Map` with successor `Concurrent::Map`.Jerry D'Antonio2015-09-191-2/+2
|/
* Improve Docs of ActiveSupport::TimeZone [ci skip]amitkumarsuroliya2015-09-151-2/+2
* Improve ActiveSupport::TimeWithZone conversion to YAMLAndrew White2015-04-221-0/+9
* Refactor ActiveSupport::Timezone#strptimeAndrew White2015-04-221-28/+35
* Add ActiveSupport::TimeZone#strptime.Paul A Jungwirth2015-04-221-0/+20
* 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
* 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
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-12-201-2/+2
|\
| * Typos. return -> returns. [ci skip]Lauro Caetano2013-12-031-2/+2