1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/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
..
lib
date.gemspec
date_core.c [ruby/date] Make %v strftime flag use uppercase month 2021-09-28 17:34:26 +09:00
date_parse.c
date_strftime.c [ruby/date] Make %v strftime flag use uppercase month 2021-09-28 17:34:26 +09:00
date_strptime.c
date_tmx.h
depend
extconf.rb
prereq.mk
update-abbr
zonetab.h
zonetab.list