diff options
Diffstat (limited to 'phpBB/style.php')
| -rw-r--r-- | phpBB/style.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/style.php b/phpBB/style.php index 3e923b8f53..2bc6930a5c 100644 --- a/phpBB/style.php +++ b/phpBB/style.php @@ -17,6 +17,7 @@ $phpEx = substr(strrchr(__FILE__, '.'), 1); // Report all errors, except notices error_reporting(E_ALL ^ E_NOTICE); +date_default_timezone_set('UTC'); require($phpbb_root_path . 'config.' . $phpEx); |
