index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activesupport
/
test
/
time_zone_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Use assert_match / assert_no_match for asserting match"
Akira Matsuda
2019-07-29
1
-3
/
+3
*
Add AS::TimeZone#match?
Akira Matsuda
2019-07-29
1
-0
/
+7
*
Use assert_match / assert_no_match for asserting match
Akira Matsuda
2019-07-27
1
-3
/
+3
*
ActiveSupport typo fixes.
alkesh26
2019-02-01
1
-1
/
+1
*
Allow Time.zone.at to receive a second argument
Josh Pencheon
2018-05-30
1
-0
/
+10
*
Fix name of the test added by #32613
bogdanvlviv
2018-04-19
1
-1
/
+1
*
Fix exception in AS::Timezone.all when any tzinfo data is missing
Dominik Sander
2018-04-18
1
-0
/
+15
*
Return all mappings for a timezone id in `country_zones`
Andrew White
2018-02-19
1
-0
/
+10
*
Make ActiveSupport::TimeZone.all independent of previous lookups (#31176)
Chris LaRose
2017-11-22
1
-0
/
+7
*
Handle `TZInfo::AmbiguousTime` errors
Andrew White
2017-11-15
1
-0
/
+26
*
Remove time stubs after each test
George Claghorn
2017-07-22
1
-3
/
+0
*
[Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Koichi ITO
2017-07-11
1
-0
/
+1
*
Merge pull request #29728 from kirs/frozen-activesupport
Matthew Draper
2017-07-09
1
-0
/
+1
|
\
|
*
Use frozen-string-literal in ActiveSupport
Kir Shatrov
2017-07-09
1
-0
/
+1
|
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
|
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
|
Mention and test for possible ArgumentError when parsing times
Dorian Marié
2017-04-08
1
-0
/
+10
|
/
*
Return unmapped timezones from `country_zones`
Andrew White
2017-03-28
1
-0
/
+4
*
Add `ActiveSupport::TimeZone.rfc3339` parsing method
Andrew White
2017-03-03
1
-0
/
+110
*
Add `ActiveSupport::TimeZone.iso8601` parsing method
Andrew White
2017-03-03
1
-0
/
+72
*
"Use assert_nil if expecting nil. This will fail in minitest 6."
Akira Matsuda
2016-12-25
1
-1
/
+1
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-48
/
+48
*
Fix `ActiveSupport::TimeZone#strptime` cannot parse timestamps (%Q, %s)
denisovlev
2016-10-21
1
-0
/
+18
*
improve error message when include assertions fail
Michael Grosser
2016-09-16
1
-4
/
+4
*
applies new string literal convention in activesupport/test
Xavier Noria
2016-08-06
1
-109
/
+109
*
Raise ArgumentError for bad strptime arguments
John Gesimondo
2016-07-11
1
-0
/
+7
*
Do not cache ActiveSupport::TimeZone#utc_offset
Alexey Shein
2016-04-25
1
-0
/
+11
*
Add ActiveSupport::TimeZone.country_zones helper
Andrey Novikov
2016-04-19
1
-0
/
+5
*
Require yaml for time_zone isolation test.
Kasper Timm Hansen
2015-07-11
1
-0
/
+1
*
Removed mocha stubbing in active_support
Ronak Jangir
2015-06-07
1
-6
/
+8
*
Improve ActiveSupport::TimeWithZone conversion to YAML
Andrew White
2015-04-22
1
-0
/
+9
*
Refactor ActiveSupport::Timezone#strptime
Andrew White
2015-04-22
1
-0
/
+9
*
Add ActiveSupport::TimeZone#strptime.
Paul A Jungwirth
2015-04-22
1
-0
/
+65
*
make zones_map private
Tony Miller
2015-02-06
1
-2
/
+1
*
Use directly TZInfo::Timezone without proxy
brainopia
2015-01-04
1
-9
/
+4
*
Use Hash#each_key instead of Hash#keys.each
Erik Michaels-Ober
2014-09-29
1
-1
/
+1
*
Extract out with_env_tz helper method.
Zuhao Wan
2014-06-18
1
-8
/
+3
*
Tidy up implementation of #15010
Andrew White
2014-05-11
1
-4
/
+6
*
Make TimeZone#parse behave more like Time#parse.
Ulysse Carion
2014-05-11
1
-0
/
+7
*
travel_to travels back and re-raises if the block raises
Xavier Noria
2014-02-18
1
-0
/
+12
*
adds a missing travel back
Xavier Noria
2014-02-18
1
-4
/
+4
*
time helpers honor the application time zone when passed a date
Xavier Noria
2014-02-18
1
-0
/
+14
*
Remove automatic removal of Date/Time stubs after each test case
Rafael Mendonça França
2014-01-30
1
-0
/
+3
*
Add support for localized date references
Colin Bartlett
2013-12-03
1
-0
/
+22
*
Use travel_to convention in existing test
Colin Bartlett
2013-12-03
1
-4
/
+4
*
Add regression tests for #9678
Andrew White
2013-03-13
1
-0
/
+16
*
Only take the date parts from Time.zone.now
Andrew White
2012-12-01
1
-0
/
+7
*
Make `Time.zone.parse` to work with JavaScript date strings
Andrew White
2012-12-01
1
-14
/
+18
*
Fix #6962. AS::TimeWithZone#strftime responds incorrectly to %:z and %::z for...
kennyj
2012-09-20
1
-0
/
+8
*
[#5559] Do not black out the system timezone DST jump hour if Time.zone diffe...
Jarkko Laine
2012-03-24
1
-0
/
+18
[next]