Skip to content

Commit bd0fe26

Browse files
committed
[DOC] Fix "military timezone"
Not only `J` is called military timezone.
1 parent 61ab06f commit bd0fe26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/time/in.rdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- <tt>in: zone</tt>: a timezone _zone_, which may be:
22
- A string offset from UTC.
33
- A single letter offset from UTC, in the range <tt>'A'..'Z'</tt>,
4-
<tt>'J'</tt> (the so-called military timezone) excluded.
4+
<tt>'J'</tt> excluded (the so-called military timezone).
55
- An integer number of seconds.
66
- A timezone object;
77
see {Timezone Argument}[#class-Time-label-Timezone+Argument] for details.

doc/time/zone_and_in.rdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- +zone+: a timezone, which may be:
22
- A string offset from UTC.
33
- A single letter offset from UTC, in the range <tt>'A'..'Z'</tt>,
4-
<tt>'J'</tt> (the so-called military timezone) excluded.
4+
<tt>'J'</tt> excluded (the so-called military timezone).
55
- An integer number of seconds.
66
- A timezone object;
77
see {Timezone Argument}[#class-Time-label-Timezone+Argument] for details.

0 commit comments

Comments
 (0)