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 @@ - in: zone: a timezone _zone_, which may be: - A string offset from UTC. - A single letter offset from UTC, in the range 'A'..'Z', - 'J' (the so-called military timezone) excluded. + 'J' 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 @@ - +zone+: a timezone, which may be: - A string offset from UTC. - A single letter offset from UTC, in the range 'A'..'Z', - 'J' (the so-called military timezone) excluded. + 'J' excluded (the so-called military timezone). - An integer number of seconds. - A timezone object; see {Timezone Argument}[#class-Time-label-Timezone+Argument] for details.