https://bugs.winehq.org/show_bug.cgi?id=43959
--- Comment #4 from Alex Henrie alexhenrie24@gmail.com --- This does not look like a precision problem:
writer.c:390: Test failed: 2280: got <t>:E-3</t> expected <t>1E-2</t>
':' == '9' + 1, so it looks like an off-by-one error. We should fix this first.