From 8dc83171d6ebfda7f96e0109412468633296ec53 Mon Sep 17 00:00:00 2001 From: szaimen Date: Thu, 26 May 2022 10:38:41 +0200 Subject: [PATCH] improve timezone Signed-off-by: szaimen --- php/templates/containers.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php/templates/containers.twig b/php/templates/containers.twig index 71a04f10..08be648a 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -446,14 +446,14 @@ {% endif %}

Timezone change

- In order to get the correct time values for certain Nextcloud features, it makes sense to set the timezone for Nextcloud to the one that your users mainly use. Please note that this setting does not apply to the mastercontainer and any backup option.

{% if isAnyRunning == true %} - Note: You can change the timezone when your containers are stopped.

{% if timezone != "" %} The timezone for Nextcloud is currently set to {{ timezone }}.

{% endif %} + Note: You can change the timezone when your containers are stopped.

{% else %} {% if timezone == "" %} + In order to get the correct time values for certain Nextcloud features, it makes sense to set the timezone for Nextcloud to the one that your users mainly use. Please note that this setting does not apply to the mastercontainer and any backup option.

You can configure the timezone for Nextcloud below: