summaryrefslogtreecommitdiff
path: root/time.c
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-09-09 23:14:00 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-09-09 23:14:00 +0000
commitcf7d76f0bccdec8dac0bb4a8b67955fe2c6cea2e (patch)
treee7d4f618d62cf7adabb93af2eeb09cbf14e5b3f3 /time.c
parent8ecf99f23585fdc8b6f1b50c76100f93585a4d17 (diff)
update doc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33241 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'time.c')
-rw-r--r--time.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/time.c b/time.c
index f74b3c7b29..0a571ac0d9 100644
--- a/time.c
+++ b/time.c
@@ -4468,8 +4468,8 @@ strftimev(const char *fmt, VALUE time, rb_encoding *enc)
* This method is similar to strftime() function defined in ISO C and POSIX.
* Several directives (%a, %A, %b, %B, %c, %p, %r, %x, %X, %E*, %O* and %Z)
* are locale dependent in the function.
- * However this method is almost locale independent since Ruby 1.9.
- * (%Z is only the locale dependent directive.)
+ * However this method is locale independent since Ruby 1.9.
+ * (%Z is platform dependent, though.)
* So, the result may differ even if a same format string is used in other
* systems such as C.
* It is good practice to avoid %x and %X because there are corresponding