On Fri, 13 Mar 2026 13:34:31 GMT, Mikhail Yankelevich 
<[email protected]> wrote:

>> I mean we just check `!d0.equals(d1)` and ignore the millisecond check. This 
>> makes the test more sensitive and could reveal a bug in the future.
>
> Aaaah, yes this makes sense. Sorry, misunderstood you. Will fix in the next 
> commit

Changed to `!d0.equals(d1) && !d1.toInstant().equals(d1Instant)` to be more 
strict

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/30047#discussion_r2932184047

Reply via email to