mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Update Time documentation
This commit is contained in:
parent
5a451c4b1f
commit
6ee55455a8
10 changed files with 232 additions and 141 deletions
7
doc/time/in.rdoc
Normal file
7
doc/time/in.rdoc
Normal file
|
@ -0,0 +1,7 @@
|
|||
- <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> (the so-called military timezone) excluded.
|
||||
- An integer number of seconds.
|
||||
- A timezone object;
|
||||
see {Timezone Argument}[#class-Time-label-Timezone+Argument] for details.
|
Loading…
Add table
Add a link
Reference in a new issue