diff --git a/ChangeLog b/ChangeLog index 12ffa8777b..bee6cb58b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sat Jun 11 22:41:37 2011 Tadayoshi Funaba + + * time.c: a correction of doc for strftime (%v). + Sat Jun 11 22:30:53 2011 Tadayoshi Funaba * ext/date/date_core.c: replaced doc for strftime based on Time's one. diff --git a/time.c b/time.c index 7d12909557..d2c5ecc163 100644 --- a/time.c +++ b/time.c @@ -4438,7 +4438,7 @@ strftimev(const char *fmt, VALUE time) * %c - date and time (%a %b %e %T %Y) * %D - Date (%m/%d/%y) * %F - The ISO 8601 date format (%Y-%m-%d) - * %v - VMS date (%e-%b-%Y) + * %v - VMS date (%e-%^b-%4Y) * %x - Same as %D * %X - Same as %T * %r - 12-hour time (%I:%M:%S %p)