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
The normalizeValue function in ModelToElasticaAutoTransformer serializes a DateTimeInterface value into the format string ´c` aka ISO 8601.
This can lead to a loss of precision - the date_format of Elasticsearch is clearly capable of ingesting RFC3339 Extended (aka ISO 8601 with fractional seconds) by specifying date_time as format.
The text was updated successfully, but these errors were encountered:
The
normalizeValue
function inModelToElasticaAutoTransformer
serializes aDateTimeInterface
value into the format string ´c` aka ISO 8601.This can lead to a loss of precision - the
date_format
of Elasticsearch is clearly capable of ingesting RFC3339 Extended (aka ISO 8601 with fractional seconds) by specifying date_time as format.The text was updated successfully, but these errors were encountered: