From 8340a191d88ebb9c41ef7cd4c51818063eee5c7b Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Sat, 25 Nov 2023 03:01:57 +0000 Subject: [PATCH] generate documentation from config.sample.php --- .../config_sample_php_parameters.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index a5bf2076c..7b30930fd 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -380,6 +380,21 @@ code. Defaults to ``false`` +default_timezone +^^^^^^^^^^^^^^^^ + + +:: + + 'default_timezone' => 'Europe/Berlin', + +This sets the default timezone on your Nextcloud server, using IANA +identifiers like ``Europe/Berlin`` or ``Pacific/Auckland``. The default +timezone parameter is only used when the timezone of the user can't be +determined. + +Defaults to ``UTC`` + knowledgebaseenabled ^^^^^^^^^^^^^^^^^^^^