<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On Oct 19, 2018, at 10:52 AM, Chris Cunningham <<a href="mailto:cunningham.cb@gmail.com" class="">cunningham.cb@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><div class="">(in a Workspace)</div><div class="">| dates |</div><div class="">dates := Set newFrom: ( { Date yesterday. Date tomorrow.  DateAndTime now asDate } collect: #stripTimezone ).</div><div class="">dates includes: (Date year: 2018 month: 10 day: 19). "true"</div><div class="">dates asOrderedCollection includes: (Date year: 2018 month: 10 day: 19). "true"</div></div><div style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><br class=""></div><div style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class="">Would it be convenient for you to try out the proposed Chronology fix in your case (with or without the #stripTimezone), and report back if this works well for you?  I'd like to make dates work like we all think they should.</div></div></blockquote><br class=""></div><div>Hi Chris,</div><div><br class=""></div><div>Thanks to you and Chris M. and company.  I was excited to try this out today but got sucked into a spinning vortex of unexpected messes.</div><div><br class=""></div><div>It seemed in a separate thread that folks might be leaning toward crafting a different solution at the moment...?</div><div><br class=""></div><div>In any case, my project makes heavy use of Timespan, DateAndTime, and Date, so I believe it will be a good test subject.  My working image stayed at work so I won't be returning to it until Monday, and it held abundant data to test with.  But I did push my project up to GitHub, and as such could try it out over the weekend – I'll just be missing all the data.</div><div><br class=""></div><div>Best,</div><div>Tim</div><div><br class=""></div></body></html>