diff --git a/src/calibre/web/feeds/news.py b/src/calibre/web/feeds/news.py index 8bc76166f1..fbc5d4ef9b 100644 --- a/src/calibre/web/feeds/news.py +++ b/src/calibre/web/feeds/news.py @@ -1462,7 +1462,7 @@ class BasicNewsRecipe(Recipe): dir = self.output_dir title = self.short_title() if self.output_profile.periodical_date_in_title: - title += strftime(self.timefmt) + title += strftime(self.timefmt,self.publication_date()) mi = MetaInformation(title, [__appname__]) mi.publisher = __appname__ mi.author_sort = __appname__