Quote:
Originally Posted by chaley
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.
|
That did help, thank you.
Luckily, I had tested the new export naming formula on both my newest and my oldest newspaper file with more than a decade between them. So I found out that, in order to maintain the suspense, Amazon seems to have used a different time zone, identical to mine, until some day in the early 2010s.
I am searching for the exact date of the switch because before that I will simply need
{pubdate}. Sigh.