From 8191295f66cdea5da7854bfad01ad9540c4a55f4 Mon Sep 17 00:00:00 2001 From: Richard Steinmetz Date: Mon, 13 Nov 2023 17:36:24 +0100 Subject: feat(dav): dispatch out-of-office started and ended events Signed-off-by: Richard Steinmetz --- config/config.sample.php | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'config') diff --git a/config/config.sample.php b/config/config.sample.php index 27b99636a22..a1f7332c404 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -228,6 +228,16 @@ $CONFIG = [ */ 'force_locale' => 'en_US', +/** + * 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`` + */ +'default_timezone' => 'Europe/Berlin', + /** * ``true`` enables the Help menu item in the user menu (top right of the * Nextcloud Web interface). ``false`` removes the Help item. -- cgit v1.2.3