How to transform a date into a ISO8601

Answered

Hi there,
I need to transform a date to ISO8601 format but if I use 'c' in transform timestamp the resulting format is this:
2023-09-04T00:00:00+00:00
and I need this one:
2023-09-04-04T00:00:00Z

How can I do it?
Thanks!

1 reply