want this time format in make.com dynamically using timestamp or now functions:
2024-05-03T10:00:00-07:00
If the number at the end is timezone, you can use
{{formatDate(now; "YYYY-MM-DDTHH:mm:ssZ")}}
You can view the available Tokens used for date formatting.
1 Like