git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39938 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2013-03-26 12:22:12 +00:00
Родитель eed73918f7
Коммит e1540cd74d
1 изменённых файлов: 1 добавлений и 1 удалений

2
time.c
Просмотреть файл

@ -4536,7 +4536,7 @@ strftimev(const char *fmt, VALUE time, rb_encoding *enc)
*
* 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.