Add the constant TIMEZONE to the Options.inc.php-File
authorMarkus Gerdelmann <mdman@mdman.de>
Mon, 29 Aug 2011 19:51:12 +0000 (21:51 +0200)
committerMarkus Gerdelmann <mdman@mdman.de>
Mon, 29 Aug 2011 19:51:12 +0000 (21:51 +0200)
wcfsetup/install/files/options.inc.php

index ecb4949dc7bc992aee9ca4ce25c23c172aeacb85..ef8957fd5beb3c76b411d637dcef55267f4523a4 100644 (file)
@@ -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');