* ext/date/date_core.c: modified doc.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35814 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
tadf 2012-05-27 00:30:33 +00:00
parent 9a6a94f770
commit 6ba96bbe4e
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,7 @@
Sun May 27 09:29:20 2012 Tadayoshi Funaba <tadf@dotrb.org>
* ext/date/date_core.c: modified doc.
Sat May 26 19:04:34 2012 Tadayoshi Funaba <tadf@dotrb.org> Sat May 26 19:04:34 2012 Tadayoshi Funaba <tadf@dotrb.org>
* ext/date/date_core.c: added description. * ext/date/date_core.c: added description.

View File

@ -6927,12 +6927,11 @@ date_strftime_internal(int argc, VALUE *argv, VALUE self,
* 0 use zeros for padding. * 0 use zeros for padding.
* ^ upcase the result string. * ^ upcase the result string.
* # change case. * # change case.
* : use colons for %z.
* *
* The minimum field width specifies the minimum width. * The minimum field width specifies the minimum width.
* *
* The modifier is "E" and "O". * The modifiers are "E", "O", ":", "::" and ":::".
* They are ignored. * "E" and "O" are ignored. No effect to result currently.
* *
* Format directives: * Format directives:
* *