diff options
author | Thomas <tb@woodcrest.local> | 2013-10-29 15:46:29 (GMT) |
---|---|---|
committer | Thomas <tb@woodcrest.local> | 2013-10-29 15:47:16 (GMT) |
commit | 3c8d6c87f57b05b47ce89bf6cae78a898f725775 (patch) | |
tree | 06d02fa105b7c37bcc9eeed934aa9b4d45f7c468 | |
parent | 722509aec92253d815b96c80c83bff512a2966f2 (diff) | |
download | iRony-3c8d6c87f57b05b47ce89bf6cae78a898f725775.tar.gz |
Don't set default timezone to UTC in order to remain in sync with the database
-rw-r--r-- | public_html/index.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/public_html/index.php b/public_html/index.php index 4d51c2f..8a86bd1 100644 --- a/public_html/index.php +++ b/public_html/index.php @@ -36,9 +36,6 @@ define('RCUBE_PLUGINS_DIR', KOLAB_DAV_ROOT . '/lib/plugins/'); // suppress error notices ini_set('error_reporting', E_ALL &~ E_NOTICE &~ E_STRICT); -// UTC is easy to work with, and usually recommended for any application. -date_default_timezone_set('UTC'); - /** * Mapping PHP errors to exceptions. |