Look at the template language documentation for
Single Function Mode, which is what you are trying to use. You will see that it requires the field to be operated, a colon, and the function to apply. As in:
Code:
{pubdate:date_arithmetic(1d)}
You might want to add the "format" argument the
date_arithmetic() function. The format string is described in the
date_format() function documentation.