<div dir="ltr">This change is requested after I couldn&#39;t get get TimeZone compares to work.  Try this before loading:<div><div>  (TimeZone offset: (Duration hours: -7 minutes: 0) name: &#39;Pacific Time (US &amp; Canada)&#39; abbreviation: &#39;PDT&#39;)</div><div>  = </div><div>  (TimeZone offset: (Duration hours: -7 minutes: 0) name: &#39;Pacific Time (US &amp; Canada)&#39; abbreviation: &#39;PDT&#39;)</div></div><div><br></div><div>Returns false - since the hash isn&#39;t the same (different instances), although what they represent is exactly the same.</div><div><br></div><div>After this, returns true.</div><div><br></div><div>-cbc</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Sep 8, 2016 at 4:40 PM,  <span dir="ltr">&lt;<a href="mailto:commits@source.squeak.org" target="_blank">commits@source.squeak.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">A new version of Chronology-Core was added to project The Inbox:<br>
<a href="http://source.squeak.org/inbox/Chronology-Core-cbc.8.mcz" rel="noreferrer" target="_blank">http://source.squeak.org/<wbr>inbox/Chronology-Core-cbc.8.<wbr>mcz</a><br>
<br>
==================== Summary ====================<br>
<br>
Name: Chronology-Core-cbc.8<br>
Author: cbc<br>
Time: 8 September 2016, 4:39:41.903555 pm<br>
UUID: 7315e61d-3652-fe44-8472-<wbr>8037bd3ecc83<br>
Ancestors: Chronology-Core-bf.7<br>
<br>
Add a rational #= to TimeZone - based on offset.<br>
<br>
=============== Diff against Chronology-Core-bf.7 ===============<br>
<br>
Item was added:<br>
+ ----- Method: TimeZone&gt;&gt;= (in category &#39;comparing&#39;) -----<br>
+ = aTimeZone<br>
+       ^offset = aTimeZone offset!<br>
<br>
<br>
</blockquote></div><br></div>