<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi all,<div class=""><br class=""></div><div class="">I noticed the following:</div><div class=""><br class=""></div><div class=""><div class="">| t1 t2 s | </div><div class="">t1 := TimeStamp now.</div><div class="">s := String streamContents: [:stream | t1 storeOn: stream ].</div><div class="">t2 := TimeStamp readFrom: s readStream.</div><div class="">{ t1 offset.  t2 offset.  t1 = t2 } printIt ->  {-0:07:00:00 . 0:00:00:00 . false}</div></div><div class=""><br class=""></div><div class="">A web search turned up this thread from 2017:</div><div class=""><br class=""></div><div class=""><a href="http://forum.world.st/DateAndTime-offset-just-bit-me-td4938463.html" class="">http://forum.world.st/DateAndTime-offset-just-bit-me-td4938463.html</a></div><div class=""><br class=""></div><div class="">I’m wondering if there has been any resolution or if the situation is the same:  I should try the fixes from UTCDateAndTime.</div><div class=""><br class=""></div><div class="">Happy to write a test if this is worth the effort.</div><div class=""><br class=""></div><div class="">Thanks,</div><div class="">Tim</div><div class=""><br class=""></div><div class=""><br class=""></div></body></html>