Hello, how do I get a formatted date for a Google Calendar event? I think I’d use {{steps.trigger.context.ts}} but that’s a plain timestamp. I want it in PST/PDT.
Hi @funclub
Good question!
There are 2 different ways to do this. First you can convert the Unix timestamp using a NPM package like moment
or date-fns
.
Or you can use our built in Helper - Generate Timestamp action to create a timestamp in your specific timezone: