Hi,
I am using the world country map with kibana log sample to query data. I selected date 14 jul, 2020@ 00:00:00 till 14 jul 2020@03:00:00 but the inspect request date query shows the following:
{
"range": {
"timestamp": {
"gte": "2020-07-13T16:00:00.000Z",
"lte": "2020-07-13T19:00:00.000Z",
"format": "strict_date_optional_time"
}
}
Anyone, please guide on why is this so ?
Thanks.