During the joda to java-time switch we discovered that dates can have a higher resolution, that the implementation is able to store without warning the user about this.
Having a date field allows to send a date like 2018-10-03T14:42:44.613469+0000 to Elasticsearch. This date however will not store the 469 microsecond part, but silently discard it.
We should discuss, if we want to do anything about this like emitting a warning.
During the joda to java-time switch we discovered that dates can have a higher resolution, that the implementation is able to store without warning the user about this.
Having a
datefield allows to send a date like2018-10-03T14:42:44.613469+0000to Elasticsearch. This date however will not store the469microsecond part, but silently discard it.We should discuss, if we want to do anything about this like emitting a warning.