X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fconfig-global.php;h=f76a0271519b9725400f0b85823062e41134d0b5;hb=a74cbdf4f8838f216ebb1a201943575177ffe9a5;hp=f3a26f6121c18c9719cb8acabb8e645c4a8e397b;hpb=ac293991d427918ec28531221ed2b34cbb03caef;p=mailer.git diff --git a/inc/config-global.php b/inc/config-global.php index f3a26f6121..f76a027151 100644 --- a/inc/config-global.php +++ b/inc/config-global.php @@ -46,6 +46,12 @@ if (!defined('__SECURITY')) { * PLEASE DO NOT EDIT THE COMMENTS! install.php NEEDS THEM! * ************************************************************************/ +// Proper function exists? +if (function_exists('date_default_timezone_set')) { + // Set default timezone to Europe/Berlin (because I'm from Germany) + @date_default_timezone_set('Europe/Berlin'); +} // END - if + // CFG: ERROR_REPORTING error_reporting(E_ALL | E_STRICT);