Hi everyone,
I’m using an AWS Timestream dataset in QuickSight, which contains ISO8601 timestamps. According to this documentation, custom time zones are not supported for Timestream.
I need to convert these timestamps to the Europe/Berlin time zone and use them in my analysis. How can I achieve this within QuickSight?
I have already tried to insert a calculated field (time-eu-berlin). But it is converted back to UTC in my analysis?
parseDate(formatDate({time},"yyyy-MM-dd HH:mm:ss",'Europe/Berlin'), "yyyy-MM-dd HH:mm:ss")
Dataset:
Analysis shows this: