Hi,
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:
"Time": {
"type": "date",
"format": "yyyyMMddHHmmssSSS"}
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.
Marten