1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/date
Nobuyoshi Nakada e07d450dea [ruby/date] Fix Time#to_datetime before calendar reform
Time is always in the proleptic Gregorian calendar.
Also DateTime#to_time should convert to the Gregorian calendar first,
before extracting its components.

https://bugs.ruby-lang.org/issues/18946#change-98527

https://github.com/ruby/date/commit/b2aee75248
2022-08-08 23:50:17 +09:00
..
test_date.rb
test_date_arith.rb
test_date_attr.rb
test_date_compat.rb
test_date_conv.rb [ruby/date] Fix Time#to_datetime before calendar reform 2022-08-08 23:50:17 +09:00
test_date_marshal.rb
test_date_new.rb
test_date_parse.rb test/date/test_date_parse.rb: relax the time limit 2022-03-31 12:52:16 +09:00
test_date_ractor.rb Avoid defining the same test class in multiple files 2022-04-22 15:00:16 -07:00
test_date_strftime.rb
test_date_strptime.rb
test_switch_hitter.rb