ruby-changes:72978
From: Nobuyoshi <ko1@a...>
Date: Fri, 19 Aug 2022 10:21:52 +0900 (JST)
Subject: [ruby-changes:72978] bd0fe26b81 (master): [DOC] Fix "military timezone"
https://git.ruby-lang.org/ruby.git/commit/?id=bd0fe26b81 From bd0fe26b81a62f7ee79c3b125c118d54ee81728a Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Fri, 19 Aug 2022 10:20:13 +0900 Subject: [DOC] Fix "military timezone" Not only `J` is called military timezone. --- doc/time/in.rdoc | 2 +- doc/time/zone_and_in.rdoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/time/in.rdoc b/doc/time/in.rdoc index f47db76a35..870982b0c2 100644 --- a/doc/time/in.rdoc +++ b/doc/time/in.rdoc @@ -1,7 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/doc/time/in.rdoc#L1 - <tt>in: zone</tt>: a timezone _zone_, which may be: - A string offset from UTC. - A single letter offset from UTC, in the range <tt>'A'..'Z'</tt>, - <tt>'J'</tt> (the so-called military timezone) excluded. + <tt>'J'</tt> excluded (the so-called military timezone). - An integer number of seconds. - A timezone object; see {Timezone Argument}[#class-Time-label-Timezone+Argument] for details. diff --git a/doc/time/zone_and_in.rdoc b/doc/time/zone_and_in.rdoc index e09e22874b..5bdfaacd4c 100644 --- a/doc/time/zone_and_in.rdoc +++ b/doc/time/zone_and_in.rdoc @@ -1,7 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/doc/time/zone_and_in.rdoc#L1 - +zone+: a timezone, which may be: - A string offset from UTC. - A single letter offset from UTC, in the range <tt>'A'..'Z'</tt>, - <tt>'J'</tt> (the so-called military timezone) excluded. + <tt>'J'</tt> excluded (the so-called military timezone). - An integer number of seconds. - A timezone object; see {Timezone Argument}[#class-Time-label-Timezone+Argument] for details. -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/