ruby-changes:27886
From: akr <ko1@a...>
Date: Tue, 26 Mar 2013 21:22:21 +0900 (JST)
Subject: [ruby-changes:27886] akr:r39938 (trunk): update doc.
akr 2013-03-26 21:22:12 +0900 (Tue, 26 Mar 2013) New Revision: 39938 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=39938 Log: update doc. Modified files: trunk/time.c Index: time.c =================================================================== --- time.c (revision 39937) +++ time.c (revision 39938) @@ -4536,7 +4536,7 @@ strftimev(const char *fmt, VALUE time, r https://github.com/ruby/ruby/blob/trunk/time.c#L4536 * * This method is similar to strftime() function defined in ISO C and POSIX. * - * While all directives are locale independant since Ruby 1.9 %Z is platform + * While all directives are locale independant since Ruby 1.9, %Z is platform * dependant. * So, the result may differ even if the same format string is used in other * systems such as C. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/