23:14
<justingrant>
TIL that Node 19's version of ICU data replaces the space in 9:59 AM with &#x202f;, a non-breaking space unicode character. This broke 40 Temporal tests. Sigh.
23:37
<justingrant>
TIL that Node 19's version of ICU data replaces the space in 9:59 AM with &#x202f;, a non-breaking space unicode character. This broke 40 Temporal tests. Sigh.
Although for some reason I'm only seeing this behavior in CI, not on my local dev machine, even though both are running Node 19.2.0. Weird.