From 93f4bc24796d08cbe99c2e858bf9beaf49264d54 Mon Sep 17 00:00:00 2001 From: Frank Hochmuth Date: Mon, 25 Mar 2024 22:02:11 +0100 Subject: [PATCH] Update plugins.conf.php - The active DateChanger plugin overrides the time correction in the admin area --- fp-defaults/plugins.conf.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fp-defaults/plugins.conf.php b/fp-defaults/plugins.conf.php index d5d8784..fd2e814 100755 --- a/fp-defaults/plugins.conf.php +++ b/fp-defaults/plugins.conf.php @@ -27,7 +27,9 @@ $fp_plugins = array( 'postviews', // Counts and displays entry views 'commentcenter', // including Akismet interface 'mediamanager', - 'datechanger', // Lets you change the publish date for (new) entries. + // 'datechanger', // Lets you change the publish date for (new) entries. + // DateChanger uses UTC. The time correction in the admin area is skipped + // Therefore deactivated by default 'feed', // Activates the RSS and Atom feed widget 'emoticons', // Activates an emoticons toolbar for entries and static pages 'support', // Provides the FlatPress admin and the community with all relevant data in case of problems.