summaryrefslogtreecommitdiff
path: root/time.c
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-02-28 16:01:54 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-02-28 16:01:54 +0000
commitabb0286b72224c837a47536cddf082b281558503 (patch)
tree243fd63fee1a79c7ab0658f0bb2dba38277ca3c7 /time.c
parent73203c5856f229bd053d3cc7133210e1c9216468 (diff)
[DOC]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45219 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'time.c')
-rw-r--r--time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/time.c b/time.c
index 0c9bd14ec3..87ac0d3ce2 100644
--- a/time.c
+++ b/time.c
@@ -4440,7 +4440,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 - Abbreviated time zone name or similar information.
+ * %Z - Abbreviated time zone name or similar information. (OS dependent)
*
* Weekday:
* %A - The full weekday name (``Sunday'')