Convert UTC timestamp to local timezone

Hello,

can someone help me to figure out how to convert UTC based timestamp in Kibana watcher to local timezone timestamp?

When the watcher is executed, it has execution timestamp. It is very confusing as the timestamp is UTC based and the data in Kibana Discover uses local time.
Apparently, when someone start to search for the data in Discover based on given timestamp, there is no data. They can be found if we convert UTC to local and then search. How can I modify and provide timestamp that is aligned with time used in Data view?

Hello @s.buksa

I see if we update the below setting from Browser to CET / required time zone , we see the Watcher execution details in CET time zone :

Advanced Settings >

image

Yes but if we drilldown on the execution details that time will be in UTC which i think we cannot change :

But if we are sending email / creating alert , the execution time can be sent as CET using transform and not the @timestamp which will be in UTC by which there will be no confusion.

Thanks!!