Hello.
I want to know how to specify the date data as a specific time zone in Shopify Flow.
For example, I would like to designate the time zone as Asia/Seoul.
I used the following syntax, but there is an error.
{{order.createdAt | in_time_zone: “Asia/Seoul” | date: “%Y-%m-%d %H:%M”}},
Thank you.