The current time say is "2017-10-01T06:27:17+0000"
So to query to data less than equal to time "2017-10-01T06:00:00+0000" I have date range query
"range": {
"entryDate": {
"lte": "now/h"
}
}
Would it work? What would now/h evaluate to? I want to round off to hour.
So should I use "/h" or "/H" ?
Ref: https://www.elastic.co/guide/en/elasticsearch/reference/current/common-options.html#date-math