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
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
test_date_arith.rb
test_date_attr.rb
test_date_compat.rb
test_date_conv.rb
test_date_marshal.rb
test_date_new.rb
test_date_parse.rb
test_date_ractor.rb
test_date_strftime.rb
test_date_strptime.rb
test_switch_hitter.rb