From abaacd606988ea5066c69d108ec941a4642c6e92 Mon Sep 17 00:00:00 2001 From: tbrehm Date: Tue, 28 Feb 2012 10:24:41 +0000 Subject: [PATCH] Added link to php timezone list in config.inc.php.master --- install/tpl/config.inc.php.master | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install/tpl/config.inc.php.master b/install/tpl/config.inc.php.master index 1ac3c1e96..28339e7c2 100644 --- a/install/tpl/config.inc.php.master +++ b/install/tpl/config.inc.php.master @@ -151,6 +151,8 @@ $conf['logo'] = 'themes/default/images/ispc_logo.png'; //** Default Language and Timezone $conf['language'] = '{language}'; $conf['debug_language'] = false; + +//* Complete timezone list: http://php.net/manual/en/timezones.php $conf['timezone'] = '{timezone}'; -- GitLab