Closed
Description
NEST/Elasticsearch.Net version:
master
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 of1999-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.
Metadata
Metadata
Assignees
Labels
No labels