From 6c8f368f5655d8fef2a489bd8329716af0c270c1 Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Thu, 22 Nov 2018 14:10:57 +0000 Subject: [PATCH] Default timezone is UTC not the servers local time --- install/config/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/config/config.php b/install/config/config.php index 0d058855..44505419 100644 --- a/install/config/config.php +++ b/install/config/config.php @@ -551,7 +551,7 @@ $config['compress_output'] = FALSE; | helper' page of the user guide for information regarding date handling. | */ -$config['time_reference'] = 'local'; +$config['time_reference'] = 'UTC'; /* |--------------------------------------------------------------------------