You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of the problem including expected versus actual behavior:
Not sure if this is an acceptable change or not, but since the introduction of Utf8json the date/time format changed slightly (more fraction digits representing milliseconds).
Steps to reproduce:
Run unit tests
Test ShouldRoundtripDateTimeAndDateTimeOffsetWithSameKindAndOffset fails. The value is now 1999-01-01T01:01:01.0010000+05:00 instead of 1999-01-01T01:01:01.001+05:00 as it used to be.
Again, this might be an acceptable change, in which case the unit test should be fixed.