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 [ruby/date] Fix comparison with Float::INFINITY 2021-07-11 20:28:21 +09:00
date.gemspec [ruby/date] Bump version to 3.1.1 2021-04-20 20:46:03 +09:00
date_core.c [ruby/date] Make %v strftime flag use uppercase month 2021-09-28 17:34:26 +09:00
date_parse.c [ruby/date] Deep-freeze internal constants. 2020-12-22 03:12:51 -05:00
date_strftime.c [ruby/date] Make %v strftime flag use uppercase month 2021-09-28 17:34:26 +09:00
date_strptime.c [ruby/date] Deep-freeze internal constants. 2020-12-22 03:12:51 -05:00
date_tmx.h
depend dependency updates 2021-04-13 14:30:21 +09:00
extconf.rb [ruby/date] Ignore warned variables 2021-09-09 13:56:13 +09:00
prereq.mk [ruby/date] Add zontab.list dependency 2021-08-22 20:28:52 +09:00
update-abbr [ruby/date] Honor timezones from timeanddate.com 2020-11-12 21:34:54 +09:00
zonetab.h [ruby/date] Update zonetab.h at 2021-08-11 2021-08-17 22:57:59 +09:00
zonetab.list [ruby/date] Updated timezones from timeanddate.com 2020-11-12 21:35:06 +09:00