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

ruby-changes:23759

From: tadf <ko1@a...>
Date: Sat, 26 May 2012 18:21:30 +0900 (JST)
Subject: [ruby-changes:23759] tadf:r35810 (trunk): re-modified

tadf	2012-05-26 18:21:21 +0900 (Sat, 26 May 2012)

  New Revision: 35810

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

  Log:
    re-modified

  Modified files:
    trunk/ext/date/date_core.c
    trunk/time.c

Index: time.c
===================================================================
--- time.c	(revision 35809)
+++ time.c	(revision 35810)
@@ -4426,7 +4426,7 @@
  *      %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 or something like information.
+ *      %Z - Time zone abbreviation name or something similar information.
  *
  *    Weekday:
  *      %A - The full weekday name (``Sunday'')
Index: ext/date/date_core.c
===================================================================
--- ext/date/date_core.c	(revision 35809)
+++ ext/date/date_core.c	(revision 35810)
@@ -6982,7 +6982,7 @@
  *              %::z - hour, minute and second offset from UTC (e.g. +09:00:00)
  *              %:::z - hour, minute and second offset from UTC
  *                                                (e.g. +09, +09:30, +09:30:30)
- *      %Z - Time zone abbreviation name or something like information.
+ *      %Z - Time zone abbreviation name or something similar information.
  *
  *    Weekday:
  *      %A - The full weekday name (``Sunday'')
@@ -8419,7 +8419,7 @@
  *              %::z - hour, minute and second offset from UTC (e.g. +09:00:00)
  *              %:::z - hour, minute and second offset from UTC
  *                                                (e.g. +09, +09:30, +09:30:30)
- *      %Z - Time zone abbreviation name or something like information.
+ *      %Z - Time zone abbreviation name or something similar information.
  *
  *    Weekday:
  *      %A - The full weekday name (``Sunday'')

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

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