1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

What's Here for class Dir (#4472)

What's Here for class Dir
This commit is contained in:
Burdette Lamar 2021-05-07 15:14:08 -05:00 committed by GitHub
parent 111bfc934c
commit 86b4c2fc3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
Notes: git 2021-05-08 05:14:30 +09:00
Merged-By: BurdetteLamar <BurdetteLamar@Yahoo.com>
3 changed files with 78 additions and 1 deletions

View file

@ -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.