mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
f9f7f3a75e
%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 |
||
---|---|---|
.. | ||
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 |