summaryrefslogtreecommitdiff
path: root/roundcubemail/config
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2012-01-04 12:47:50 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2012-01-04 12:47:50 +0000
commite89610784980adab082af136307543060703e6bf (patch)
tree1963d5ba4e719c8eeaab1f74e70c6b5d5e3d2785 /roundcubemail/config
parentb680e1557113e020968354ca22a68830b3dec919 (diff)
Use proper timezones from PHP's internal timezonedb (#1485592)
git-svn-id: https://svn.roundcube.net/trunk@5707 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/config')
-rw-r--r--roundcubemail/config/main.inc.php.dist5
1 files changed, 2 insertions, 3 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist
index 691c5be9e..b1ae9a1fd 100644
--- a/roundcubemail/config/main.inc.php.dist
+++ b/roundcubemail/config/main.inc.php.dist
@@ -661,11 +661,10 @@ $rcmail_config['mail_pagesize'] = 50;
$rcmail_config['addressbook_pagesize'] = 50;
// use this timezone to display date/time
+// valid timezone identifers are listed here: php.net/manual/en/timezones.php
+// 'auto' will use the browser's timezone settings
$rcmail_config['timezone'] = 'auto';
-// is daylight saving On? Default: (bool)date('I');
-$rcmail_config['dst_active'] = null;
-
// prefer displaying HTML messages
$rcmail_config['prefer_html'] = true;