mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
86b4c2fc3f
What's Here for class Dir
8 lines
394 B
Text
8 lines
394 B
Text
- +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.
|