From bf704fcdc7e12c497ae0fd2ef7d4ce5883fd229a Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Fri, 22 Apr 2016 21:30:53 -0500 Subject: [PATCH] Don't need seconds for published/updated on xenforo. --- calibre-plugin/plugin-defaults.ini | 4 ++-- fanficfare/defaults.ini | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/calibre-plugin/plugin-defaults.ini b/calibre-plugin/plugin-defaults.ini index 46e66f1..eb7a0e7 100644 --- a/calibre-plugin/plugin-defaults.ini +++ b/calibre-plugin/plugin-defaults.ini @@ -474,8 +474,8 @@ add_to_include_subject_tags:,tagsfromtitle.SPLIT,forumtags ## base_xenforoforum reads Published and Updated datetimes from ## Threadmarks if used, or from the posted & updated times of the ## 'first' post if no threadmarks. -datePublished_format:%%Y-%%m-%%d %%H:%%M:%%S -dateUpdated_format:%%Y-%%m-%%d %%H:%%M:%%S +datePublished_format:%%Y-%%m-%%d %%H:%%M +dateUpdated_format:%%Y-%%m-%%d %%H:%%M ## Only take the first X characters of the 'first' post to use as ## the description. diff --git a/fanficfare/defaults.ini b/fanficfare/defaults.ini index 337b471..33034ff 100644 --- a/fanficfare/defaults.ini +++ b/fanficfare/defaults.ini @@ -473,8 +473,8 @@ add_to_include_subject_tags:,tagsfromtitle.SPLIT,forumtags ## base_xenforoforum reads Published and Updated datetimes from ## Threadmarks if used, or from the posted & updated times of the ## 'first' post if no threadmarks. -datePublished_format:%%Y-%%m-%%d %%H:%%M:%%S -dateUpdated_format:%%Y-%%m-%%d %%H:%%M:%%S +datePublished_format:%%Y-%%m-%%d %%H:%%M +dateUpdated_format:%%Y-%%m-%%d %%H:%%M ## Only take the first X characters of the 'first' post to use as ## the description.