From c441a48129782796212a112ed3d34614b416dc03 Mon Sep 17 00:00:00 2001 From: Markus Gerdelmann Date: Mon, 29 Aug 2011 21:51:12 +0200 Subject: [PATCH] Add the constant TIMEZONE to the Options.inc.php-File --- wcfsetup/install/files/options.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wcfsetup/install/files/options.inc.php b/wcfsetup/install/files/options.inc.php index ecb4949dc7..ef8957fd5b 100644 --- a/wcfsetup/install/files/options.inc.php +++ b/wcfsetup/install/files/options.inc.php @@ -23,3 +23,4 @@ define('SESSION_TIMEOUT', 3600); define('CACHE_SOURCE_TYPE', 'disk'); define('ENABLE_SESSION_DATA_CACHE', 0); define('MODULE_MASTER_PASSWORD', 1); +define('TIMEZONE', 'Europe/Berlin'); -- 2.20.1