Web hook time/date is wrong

I’ve made a webhook.. But when I run the webhook, it shows this date

  • requested_timeslot

2024-06-28T11:00:00+02:00

In live in Europe/denmark.. how can I make it to be the right date (7 July 2025)

Hey Thomas,

if that is already a date type variable, you can use formatDate() to change it to whatever you need.

And if its not - the use parseDate() first to change it to a date variable.