<p></p>
<p>Today I tried to update my Squeak VM for Win10, 2004, and found out that the hearbeat primitives (primitiveUtcWithOffset/utcMicrosecondClock) are broken on Windows:</p>
<div class="highlight highlight-source-smalltalk"><pre><span class="pl-c1">DateAndTime</span> now. <span class="pl-c"><span class="pl-c">"</span>586455-01-18T09:55:51.955317+02:00<span class="pl-c">"</span></span>
<span class="pl-c1">Time</span> utcMicrosecondClock. <span class="pl-c"><span class="pl-c">"</span>18446744073363013317<span class="pl-c">"</span></span></pre></div>
<p>The issue occurs both on 32-bit and 64-bit platforms, using a fresh Squeak Trunk image. I tried to narrow down the origin of this issue, but because bintray builds were defect or incomplete between 202010191814 and 202010200140, I can only tell that the issue was born somewhere in the interval (202009300634, 202010210155].</p>
<p>Without ever having read the relevant implementation, I would assume that the issue was introduced in <code>sqWin32Heartbeat.c</code> via <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/fae0d31cd52341977d37d150d8d2c9272f9864bf/hovercard" href="https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/fae0d31cd52341977d37d150d8d2c9272f9864bf"><tt>fae0d31</tt></a>. <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/users/eliotmiranda/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/eliotmiranda">@eliotmiranda</a> Would this plausible? Can anyone else reproduce the issue?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/531">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AIJPEW7HXMEDHMVZC57KSRDSMBXUBANCNFSM4S3RGTGQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AIJPEWYHPBM3A2B3EDP5FFLSMBXUBA5CNFSM4S3RGTG2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4K26MUYQ.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/531",
"url": "https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/531",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>