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

ruby-changes:54668

From: stomar <ko1@a...>
Date: Mon, 21 Jan 2019 00:04:46 +0900 (JST)
Subject: [ruby-changes:54668] stomar:r66884 (trunk): time.c: [DOC] small improvement

stomar	2019-01-21 00:04:41 +0900 (Mon, 21 Jan 2019)

  New Revision: 66884

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=66884

  Log:
    time.c: [DOC] small improvement

  Modified files:
    trunk/time.c
Index: time.c
===================================================================
--- time.c	(revision 66883)
+++ time.c	(revision 66884)
@@ -2365,7 +2365,7 @@ time_init_1(int argc, VALUE *argv, VALUE https://github.com/ruby/ruby/blob/trunk/time.c#L2365
  *
  *  +tz+ specifies the timezone.
  *  It can be an offset from UTC, given either as a string such as "+09:00"
- *  or a single letter "A".."Z" excluding "J" so-called military time zone,
+ *  or a single letter "A".."Z" excluding "J" (so-called military time zone),
  *  or as a number of seconds such as 32400.
  *  Or it can be a timezone object,
  *  see {Timezone argument}[#class-Time-label-Timezone+argument] for details.

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

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