Xclipse
2
Hi @Markus
To convert your date from UTC to Europe/Berlin local time, please try using the following calculated field.
Example:
rwk_date_local - parseDate(formatDate({rwk_date},"yyyy-MM-dd HH:mm:ss",'Europe/Berlin'), "yyyy-MM-dd HH:mm:ss")
Please refer to the below community post this might be helpful for you.