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!
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!