<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -26,12 +26,19 @@ describe TimeTravel, &quot;assigning to Time.now&quot; do
     Time.now.should == Time.parse(&quot;1 April 2020&quot;)
   end
   
-  it &quot;should accept a string in the current timezone&quot; do
+  it &quot;should accept a string in the current timezone as set in ActiveSupport&quot; do
     Time.zone = &quot;Australia/Melbourne&quot;
     Time.now = &quot;1 July 2020 11:00 AM&quot;
     Time.now.should == Time.parse(&quot;1 July 2020 1:00 AM UTC&quot;)
   end
   
+  it &quot;should accept a string in the current timezone as set in the environment&quot; do
+    Time.zone = nil
+    ENV['TZ'] = &quot;Australia/Melbourne&quot;
+    Time.now = &quot;1 July 2020 11:00 AM&quot;
+    Time.now.should == Time.parse(&quot;1 July 2020 1:00 AM UTC&quot;)
+  end
+  
   after do
     Time.now = nil
   end</diff>
      <filename>spec/time_travel_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>cfc0c817dc7ff3bf5f11a30f3e32c3ba36532fd7</id>
    </parent>
  </parents>
  <author>
    <name>Pete Yandell</name>
    <email>pete@notahat.com</email>
  </author>
  <url>http://github.com/notahat/time_travel/commit/3cb0af205b1dafb251a8f025ac48c3d573a7b800</url>
  <id>3cb0af205b1dafb251a8f025ac48c3d573a7b800</id>
  <committed-date>2008-09-03T17:14:01-07:00</committed-date>
  <authored-date>2008-09-03T17:14:01-07:00</authored-date>
  <message>Extra testing for timezone support.</message>
  <tree>19baaecb64a5e2fc42772c67593f146a6d8d22fa</tree>
  <committer>
    <name>Pete Yandell</name>
    <email>pete@notahat.com</email>
  </committer>
</commit>
