<p></p>
<p>Hi guys,<br>
thank you for your comments, after them i made the following experiment that confirms Dave view.</p>
<ul>
<li>In the test below I try to run correspondendts commands in my laptop and a remove server as near in time as i can.</li>
<li><code>primLocalMicrosecondClock</code> primitive is <strong>not able</strong> to handle time change in the OS</li>
<li><code>primtUtc*</code> <strong>are capable</strong> of managing time change in the OS</li>
<li>Therefore, i would say the easiest fix would be for us to move Cuis to a primtUtc* primitive</li>
</ul>
<pre><code>" --- server, long running image (max 30 days) ----- " 
Time primUtcMicrosecondClock . " 3813468560     557 013 "
Time primUtcWithOffset sum . " 1636015592   614 478 "
Time primLocalMicrosecondClock . " 3813476132    229 495 "

" --- my laptop, fresh run image -----"
Time primUtcMicrosecondClock . " 3813468562    809 323 "
Time primUtcWithOffset sum. " 1636015588    248 736 "
Time primLocalMicrosecondClock . " 3813472528   768 737 "
</code></pre>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you commented.<br />Reply to this email directly, <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/602#issuecomment-960570213">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AIJPEW3H22LR4GKSZRRRWLTUKJEAVANCNFSM5HJJWPQQ">unsubscribe</a>.<br />Triage notifications on the go with GitHub Mobile for <a href="https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675">iOS</a> or <a href="https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub">Android</a>.
<img src="https://github.com/notifications/beacon/AIJPEWZ53SZYTR5BLIMWVU3UKJEAVA5CNFSM5HJJWPQ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOHFASGZI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/602#issuecomment-960570213",
"url": "https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/602#issuecomment-960570213",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>