I've created some custom Date/Time picker fields for an automation and tried to populate them with this smart value:
{{now.convertToTimeZone("US/Arizona")}}
The field still gets filled with the system Time Zone not the one I specify.
I'm working in a Data Center installation.
Hi @Dan Enslen and welcome to the Community! I believe the "US/Arizona" time zone is considered obsolete. Try using {{now.convertToTimeZone("America/Phoenix")}}.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.