diff options
author | Burdette Lamar <BurdetteLamar@Yahoo.com> | 2022-08-21 11:36:36 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-21 11:36:36 -0500 |
commit | 936327a51915d6a39086f65ea1b8e5c5c4ade78f (patch) | |
tree | 85a95347dd61199f02578ecdc448a775a0f1e048 /doc/time/in.rdoc | |
parent | b043dd9c5dd7b5c46580e49ad38b49d5cb5beaf1 (diff) | |
download | ruby-936327a51915d6a39086f65ea1b8e5c5c4ade78f.tar.gz |
[DOC] Enhanced RDoc for Time (#6255)
Treats:
#utc
#hash
#localtime
Diffstat (limited to 'doc/time/in.rdoc')
-rw-r--r-- | doc/time/in.rdoc | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/doc/time/in.rdoc b/doc/time/in.rdoc index 870982b0c2..33178c514a 100644 --- a/doc/time/in.rdoc +++ b/doc/time/in.rdoc @@ -1,7 +1,4 @@ -- <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> excluded (the so-called military timezone). - - An integer number of seconds. - - A timezone object; - see {Timezone Argument}[#class-Time-label-Timezone+Argument] for details. +- <tt>in: zone</tt>: a timezone +zone+. + +For forms of argument +zone+, see +{Timezone Specifiers}[rdoc-ref:doc/timezone_specifiers.rdoc]. |