From 053dbe66770458ca28d4682967c88ba7c2716e8e Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 18 Jan 2022 13:02:30 +0100 Subject: [PATCH] Update config.php --- conf/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.php b/conf/config.php index 78bd071..37301a9 100755 --- a/conf/config.php +++ b/conf/config.php @@ -32,7 +32,7 @@ $config['password'] = ""; #$config['smartsyntax'] = 0; # Default Time zone -$config['timezone'] = 'UTC'; +$config['timezone'] = '__TIMEZONE__'; # To disable auto adding selected tag comment out the line below or set value to 0 $config['autotag'] = 1;