How can I get the current date in a specific timezone in Workato? For an account that is configured as PST, when I run the following command
today.in_time_zone("Europe/Madrid")
it still returns the date in PST, not “Europe/Madrid”. Is this an error?
How can I get it to return the date in PST?