summaryrefslogtreecommitdiff
path: root/ext/date/date_strftime.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/date/date_strftime.c')
-rw-r--r--ext/date/date_strftime.c2
1 files changed, 1 insertions, 1 deletions
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