Built-in Functions now()

I am using the Built-in Functions now

fecha=now()
fecha2==formatdatetime($(fecha),“yyyy-MM-dd HH:mm”)

But the date is in UTC, I need the date in America/Mexico, The tenant has Default time zone: America/Mexico_City

You may return the timezone with the now() function. I’ve included the example on how to return this and format it below: