How do I get this to parse correctly?

My apologies for what seems to me to be a newbie question.

How do I get the string below to parse correctly? When I replace the "%Varialble%Local Year%" and other local variables with values (like "2023"), it works perfectly. Is there a way to embed a variable inside a parameter like this?

Thank you for any help you can provide.

When using a variable in a token, you don't need the %Variable% surround, so this should work:

%ICUDateTimeFor% TIME(Local Year, Local Month, Local Day,12,0,0)-GMTOFFSET()%yyy ww MMM%`

(I added the time to the date through force of habit.)

-rob.

Thank you, thank you, THANK YOU!

That works!