I have trouble with getting a correct timestamp in my index.
Whatever I try, the timefield in my index is one hour higher than the timestamp I push into the index.
If I push this string "20170206172656596" into this mapping:
I get this timestamp in ES: "February 6th 2017, 18:26:56.596"
So, exactly one hour later.
I'm running the latest version of Elasticsearch (5.2)
I'm sure it must be something with my locale settings, but I just can't find it.
Any help with this would be very welcome.
internally all dates are treated as UTC. You have not specified a time zone on indexing. You might want to use a date processor to fix the timezone before indexing.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.