How can I get the current date of a specific timezone, without using additional nodes?
I’m using {{new Date().toISOString()}} function inside my Set node expression, but it gives the UTC time, ignoring the environment variable I have set in my docker-compose with GENERIC_TIMEZONE=America/Anchorage