ruby/test/date
Jeremy Evans f9f7f3a75e [ruby/date] Make %v strftime flag use uppercase month
%v is supposed to be the VMS date, and VMS date format uses an
uppercase month.

Ruby 1.8 used an uppercase month for %v, but the behavior was
changed without explanation in r31672.

Time#strftime still uses an uppercase month for %v, so this change
makes Date#strftime consistent with Time#strftime.

Fixes [Bug #13810]

https://github.com/ruby/date/commit/56c489fd7e
2021-09-28 17:34:26 +09:00
..
test_date.rb [ruby/date] Fix comparison with Float::INFINITY 2021-07-11 20:28:21 +09:00
test_date_arith.rb Fix Date#step test 2019-08-07 09:43:11 +09:00
test_date_attr.rb
test_date_compat.rb
test_date_conv.rb [ruby/date] Make julian dates roundtrip through to_time.to_date 2019-10-24 18:39:04 +09:00
test_date_marshal.rb [ruby/date] Fix cannot load complex into simple error when loading marshal dump (Fixes #20) 2020-06-20 18:35:03 +09:00
test_date_new.rb [ruby/date] introduce Date::Error, raise Date::Error for every 2019-10-31 15:51:25 +09:00
test_date_parse.rb Fixed misspellings 2019-12-20 12:19:45 +09:00
test_date_ractor.rb [ruby/date] Make Ractor-compatible 2020-12-22 03:12:51 -05:00
test_date_strftime.rb [ruby/date] Make %v strftime flag use uppercase month 2021-09-28 17:34:26 +09:00
test_date_strptime.rb [ruby/date] introduce Date::Error, raise Date::Error for every 2019-10-31 15:51:25 +09:00
test_switch_hitter.rb [ruby/date] Revert "Simplify #inspect" 2019-10-31 15:51:30 +09:00