Timestream data visualised incorrectly on Quicksight

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?

1 Like

Hello @venieran , welcome to the Quick Sight community!

It might be helpful to try the calculated fields that are described in this blog:

This was created before custom time zones were available in Quick Sight.

Let me know if this helps/works