Share feedback, ideas and get community help

Updated 4 hours ago

Cal.Com - Integration

Hi All, I am integrating Cal.com with Brazil Timezone.

Since I asked to typebot storage the variable scheduling information into a variable I receive something like this : 2025-02-14T16:00:00.000Z , that is nothing wrong with the information, but the meeting was scheduled at 13 , not 16. We are in different timezone , is there an option to set up a timezone in Typebot , or could I run some script to adjust that, anyone can help me on ?

Thanks
A
S
2 comments
Set the time difference between Typebot server and your timezone (here -3), then we remove that amount of hours from the stored date

Plain Text
const timezoneOffset = -3
return {{myDate}}.setHours({{myDate}}.getHours() + timestoneOffset);
Add a reply
Sign up and join the conversation on Discord