From 03e6f11a2644c62a1d513271f089f2493deaa105 Mon Sep 17 00:00:00 2001 From: Simon L Date: Wed, 9 Aug 2023 14:51:46 +0200 Subject: [PATCH] add hint what the default is Signed-off-by: Simon L --- php/templates/containers.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/templates/containers.twig b/php/templates/containers.twig index c5f170d7..16307c72 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -629,7 +629,7 @@ - You need to make sure that the timezone that you enter is valid. An example is Europe/Berlin. You can get valid values by looking at the 'TZ database name' column of this list: click here.

+ You need to make sure that the timezone that you enter is valid. An example is Europe/Berlin. You can get valid values by looking at the 'TZ database name' column of this list: click here. The default is Etc/UTC if nothing is entered.

{% else %} The timezone for Nextcloud is currently set to {{ timezone }}. You can reset the timezone again by clicking on the button below.