Converting a received UTC time to a timezone

I just solved it using this:

https://timeapi.io/swagger/index.html

You add a HTTPS module doing a POST with the application/jason using the date and time, original tz (UTC) and the destination tz (Asia/Jerusalem). Then the results need to be formated back, but it worked.

4 Likes