From 01da1fc7e629fb05b8af126d373c14899bbb48a7 Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Thu, 22 Nov 2018 14:13:43 +0000 Subject: [PATCH] More time changes --- install/config/config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/install/config/config.php b/install/config/config.php index 44505419..5ebafd2b 100644 --- a/install/config/config.php +++ b/install/config/config.php @@ -552,6 +552,7 @@ $config['compress_output'] = FALSE; | */ $config['time_reference'] = 'UTC'; +date_default_timezone_set ( $config['time_reference'] ); /* |--------------------------------------------------------------------------