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 |
||
---|---|---|
.. | ||
lib | ||
date.gemspec | ||
date_core.c | ||
date_parse.c | ||
date_strftime.c | ||
date_strptime.c | ||
date_tmx.h | ||
depend | ||
extconf.rb | ||
prereq.mk | ||
update-abbr | ||
zonetab.h | ||
zonetab.list |