What is the timezone of elasticsearch when I use now ?
{
"range": {
"myDateInSomeTimezone": {
"gt": "now"
}
}
},
I am wondering what is the timezone of now:
- is with my server local timezone?
- is with same timezone of the field?
- is with UTC timezone?