From 1f35d2485ce7375dda4190475bd3ac6690d3047f Mon Sep 17 00:00:00 2001 From: tadf Date: Sat, 21 May 2011 13:47:18 +0000 Subject: * ext/date/date_strftime(date_strftime_with_tmx): "%v" means "%e-%b-%Y". git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31672 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/date/date_strftime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/date') diff --git a/ext/date/date_strftime.c b/ext/date/date_strftime.c index 3596b52235..0820a26d9b 100644 --- a/ext/date/date_strftime.c +++ b/ext/date/date_strftime.c @@ -604,7 +604,7 @@ date_strftime_with_tmx(char *s, size_t maxsize, const char *format, #ifdef VMS_EXT case 'v': /* date as dd-bbb-YYYY */ - STRFTIME("%e-%^b-%4Y"); + STRFTIME("%e-%b-%Y"); continue; #endif -- cgit v1.2.3