<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -127,12 +127,20 @@ Specific Times (many of the above with an added time)
   1979-05-27 05:00:00
   etc
 
+== TIME ZONES:
+
+Chronic allows you to set which Time class to use when constructing times.  By default, the built in Ruby time class creates times in your system's
+local time zone.  You can set this to something like ActiveSupport's TimeZone class to get full time zone support.
+
+  &gt;&gt; Time.zone = &quot;UTC&quot;
+  &gt;&gt; Chronic.time_class = Time.zone
+  &gt;&gt; Chronic.parse(&quot;June 15 2006 at 5:45 AM&quot;)
+  =&gt; Thu, 15 Jun 2006 05:45:00 UTC +00:00
+
 == LIMITATIONS:
   
 Chronic uses Ruby's built in Time class for all time storage and computation. Because of this, only times that the Time class can handle will be properly parsed. Parsing for times outside of this range will simply return nil. Support for a wider range of times is planned for a future release.
 
-Time zones other than the local one are not currently supported. Support for other time zones is planned for a future release.
-
 == LICENSE:
 
 (The MIT License)</diff>
      <filename>README.txt</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9979458a4c4e8010d3c3c84b616a28f128bc7f82</id>
    </parent>
  </parents>
  <author>
    <name>rick</name>
    <email>technoweenie@gmail.com</email>
  </author>
  <url>http://github.com/technoweenie/chronic/commit/b593ed54d0196dd44d272d7f8b0c97c4e018142a</url>
  <id>b593ed54d0196dd44d272d7f8b0c97c4e018142a</id>
  <committed-date>2008-03-22T17:16:00-07:00</committed-date>
  <authored-date>2008-03-22T17:16:00-07:00</authored-date>
  <message>timezone info in the readme</message>
  <tree>8435dfbd66b263db33cef200ff1f4270f3618f66</tree>
  <committer>
    <name>rick</name>
    <email>technoweenie@gmail.com</email>
  </committer>
</commit>
