diff options
author | tadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-05-26 09:10:42 +0000 |
---|---|---|
committer | tadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-05-26 09:10:42 +0000 |
commit | 0976f312003c322db8a602dfd8e02ababdafa486 (patch) | |
tree | 130dbb894b23b44c01fa919611cdbc32ecfbd9ac /time.c | |
parent | ec187ff8473f3c2091253496595b515ea59d2ec0 (diff) | |
download | ruby-0976f312003c322db8a602dfd8e02ababdafa486.tar.gz |
* time.c: modified doc.
* ext/date/date_core.c: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35808 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'time.c')
-rw-r--r-- | time.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4426,7 +4426,7 @@ strftimev(const char *fmt, VALUE time, rb_encoding *enc) * %z - Time zone as hour and minute offset from UTC (e.g. +0900) * %:z - hour and minute offset from UTC with a colon (e.g. +09:00) * %::z - hour, minute and second offset from UTC (e.g. +09:00:00) - * %Z - Time zone abbreviation name + * %Z - Time zone abbreviation name or something like information. * * Weekday: * %A - The full weekday name (``Sunday'') |