I have connected a timestream table as a dataset (Direct Query). There, the “time” field is stored in UTC. However, we would like to use the Europe/Berlin time zone in our dashboard/analysis. However, according to this post, Timestream doesn’t support custom time zones. I then installed a calculated field “time-eu-berlin”. This field is correctly displayed in the dataset overview. parseDate (formatDate ({time}, "yyyy-mm-dd HH:mm:ss”, ‘Europe/Berlin’), “yyyy-mm-dd HH:mm:ss”) (see first screenshot)*
It is displayed incorrectly again on the dashboard. Interestingly enough, when I load some data into SPICE, it works.
Do you have any idea why this caused or how to solve this problem without using SPICE?