From 20080daa71c161b0dd120b1ccadb04b35e5f2f50 Mon Sep 17 00:00:00 2001 From: szaimen Date: Tue, 24 May 2022 20:23:11 +0200 Subject: [PATCH 1/2] show timezone also while container are running Signed-off-by: szaimen --- php/templates/containers.twig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/php/templates/containers.twig b/php/templates/containers.twig index 099e3d59..71a04f10 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -449,6 +449,9 @@ 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 %} {% else %} {% if timezone == "" %} You can configure the timezone for Nextcloud below:

From 8dc83171d6ebfda7f96e0109412468633296ec53 Mon Sep 17 00:00:00 2001 From: szaimen Date: Thu, 26 May 2022 10:38:41 +0200 Subject: [PATCH 2/2] 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: