View Single Post
Old 02-18-2024, 01:35 PM   #14
Archibald Yates
Enthusiast
Archibald Yates began at the beginning.
 
Posts: 28
Karma: 10
Join Date: Jan 2012
Device: Kindle Paperwhite 11th. gen., Kindle Oasis 8th. gen., Kindle Touch
Quote:
Originally Posted by chaley View Post
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.
Archibald Yates is offline   Reply With Quote