aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/time_zone_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "Use assert_match / assert_no_match for asserting match"Akira Matsuda2019-07-291-3/+3
* Add AS::TimeZone#match?Akira Matsuda2019-07-291-0/+7
* Use assert_match / assert_no_match for asserting matchAkira Matsuda2019-07-271-3/+3
* ActiveSupport typo fixes.alkesh262019-02-011-1/+1
* Allow Time.zone.at to receive a second argumentJosh Pencheon2018-05-301-0/+10
* Fix name of the test added by #32613bogdanvlviv2018-04-191-1/+1
* Fix exception in AS::Timezone.all when any tzinfo data is missingDominik Sander2018-04-181-0/+15
* Return all mappings for a timezone id in `country_zones`Andrew White2018-02-191-0/+10
* Make ActiveSupport::TimeZone.all independent of previous lookups (#31176)Chris LaRose2017-11-221-0/+7
* Handle `TZInfo::AmbiguousTime` errorsAndrew White2017-11-151-0/+26
* Remove time stubs after each testGeorge Claghorn2017-07-221-3/+0
* [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
| * Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
| * Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* | Mention and test for possible ArgumentError when parsing timesDorian Marié2017-04-081-0/+10
|/
* Return unmapped timezones from `country_zones`Andrew White2017-03-281-0/+4
* Add `ActiveSupport::TimeZone.rfc3339` parsing methodAndrew White2017-03-031-0/+110
* Add `ActiveSupport::TimeZone.iso8601` parsing methodAndrew White2017-03-031-0/+72
* "Use assert_nil if expecting nil. This will fail in minitest 6."Akira Matsuda2016-12-251-1/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-48/+48
* Fix `ActiveSupport::TimeZone#strptime` cannot parse timestamps (%Q, %s)denisovlev2016-10-211-0/+18
* improve error message when include assertions failMichael Grosser2016-09-161-4/+4
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-109/+109
* Raise ArgumentError for bad strptime argumentsJohn Gesimondo2016-07-111-0/+7
* Do not cache ActiveSupport::TimeZone#utc_offsetAlexey Shein2016-04-251-0/+11
* Add ActiveSupport::TimeZone.country_zones helperAndrey Novikov2016-04-191-0/+5
* Require yaml for time_zone isolation test.Kasper Timm Hansen2015-07-111-0/+1
* Removed mocha stubbing in active_supportRonak Jangir2015-06-071-6/+8
* Improve ActiveSupport::TimeWithZone conversion to YAMLAndrew White2015-04-221-0/+9
* Refactor ActiveSupport::Timezone#strptimeAndrew White2015-04-221-0/+9
* Add ActiveSupport::TimeZone#strptime.Paul A Jungwirth2015-04-221-0/+65
* make zones_map privateTony Miller2015-02-061-2/+1
* Use directly TZInfo::Timezone without proxybrainopia2015-01-041-9/+4
* Use Hash#each_key instead of Hash#keys.eachErik Michaels-Ober2014-09-291-1/+1
* Extract out with_env_tz helper method.Zuhao Wan2014-06-181-8/+3
* Tidy up implementation of #15010Andrew White2014-05-111-4/+6
* Make TimeZone#parse behave more like Time#parse.Ulysse Carion2014-05-111-0/+7
* travel_to travels back and re-raises if the block raisesXavier Noria2014-02-181-0/+12
* adds a missing travel backXavier Noria2014-02-181-4/+4
* time helpers honor the application time zone when passed a dateXavier Noria2014-02-181-0/+14
* Remove automatic removal of Date/Time stubs after each test caseRafael Mendonça França2014-01-301-0/+3
* Add support for localized date referencesColin Bartlett2013-12-031-0/+22
* Use travel_to convention in existing testColin Bartlett2013-12-031-4/+4
* Add regression tests for #9678Andrew White2013-03-131-0/+16
* Only take the date parts from Time.zone.nowAndrew White2012-12-011-0/+7
* Make `Time.zone.parse` to work with JavaScript date stringsAndrew White2012-12-011-14/+18
* Fix #6962. AS::TimeWithZone#strftime responds incorrectly to %:z and %::z for...kennyj2012-09-201-0/+8
* [#5559] Do not black out the system timezone DST jump hour if Time.zone diffe...Jarkko Laine2012-03-241-0/+18