Time difference between dashboard and devTools (ElasticSearch)

Hello,
I have a time difference of 2 hours between Elasticsearch and kibana's dashboard.
For example, the dashboard shows this date as follow, but the real value is 2023-04-18 13:53:00.890

date

I changed the Time Zone on Stack Management/ Advanced Setting. But I get the same thing

Dev Tools will always show value of the fields and every date field in Elasticsearch is stored in UTC.

Kibana discover, visualizations, dashboars etc will always convert from UTC to the Time Zone configured in the settings, which I would recommend to not change unless needed.

Thank you ! I put UTC as Time Zone and it works

and if you ever use sql to pull that date field it will be as is. not converted back to your timezone.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.