[前][次][番号順一覧][スレッド一覧]

ruby-changes:21192

From: akr <ko1@a...>
Date: Sat, 10 Sep 2011 08:16:32 +0900 (JST)
Subject: [ruby-changes:21192] akr:r33241 (trunk): update doc.

akr	2011-09-10 08:14:00 +0900 (Sat, 10 Sep 2011)

  New Revision: 33241

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=33241

  Log:
    update doc.

  Modified files:
    trunk/time.c

Index: time.c
===================================================================
--- time.c	(revision 33240)
+++ time.c	(revision 33241)
@@ -4468,8 +4468,8 @@
  *  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

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]