summaryrefslogtreecommitdiff
path: root/doc/time/zone_and_in.rdoc
blob: 5bdfaacd4c4bb38495a06bd3e6f6d2164e131cae (plain)
1
2
3
4
5
6
7
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> 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_, which may be as above.