summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBurdette Lamar <BurdetteLamar@Yahoo.com>2021-05-07 15:14:08 -0500
committerGitHub <noreply@github.com>2021-05-07 15:14:08 -0500
commit86b4c2fc3fb0ec815e212628f6708c5b777f523e (patch)
tree318b4de813d28684df57a3cec037d75d30c19bbe /doc
parent111bfc934ccaea1bbfbefc3d798f9f545a4dc8ec (diff)
What's Here for class Dir (#4472)
What's Here for class Dir
Notes
Notes: Merged-By: BurdetteLamar <BurdetteLamar@Yahoo.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/time/zone_and_in.rdoc8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/time/zone_and_in.rdoc b/doc/time/zone_and_in.rdoc
new file mode 100644
index 0000000000..e09e22874b
--- /dev/null
+++ b/doc/time/zone_and_in.rdoc
@@ -0,0 +1,8 @@
+- +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.
+ - 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_, which may be as above.