Prepare Recipe asDate(now()) converts me to UTC but i need other timezone

student5_x
student5_x Registered Posts: 2 ✭✭✭

Hello guys,

I hope you're doing well.

I need help with a situation.

I created a timestamp with:

asDate(now())

then I format the date to yyyy-MM-dd HH:mm:ss.SSSZ, and default timezone, that one I need.

Then I parse the date to change from string to date with the same format and timezone. This still gives me UTC, when the Timezone I need is Atlantic, so it's not +0000 but +0001 (UTC + 1)

What should I do in this case?

Operating system used: mac

Setup Info
    Tags
      Help me…