Avatar

Community Advisor

Hi Marcin,

Suppose we can assume that your current timezone is 'A' and planning to convert to 'B',

Make changes in update activity like:

1.) If A is more time compare to B then

SubHours($datetime(vars/XYZ) , C)

1.) If B is more time compare to A then

AddHours($datetime(vars/XYZ) , C)

Here XYZ is the variable name you are using in the workflow and 'C' is the difference between the two time zones.

Hope you are clear with the above scenario.

Regards,

Venu