mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +00:00
improve timezone
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
20080daa71
commit
8dc83171d6
1 changed files with 2 additions and 2 deletions
|
|
@ -446,14 +446,14 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<h2>Timezone change</h2>
|
<h2>Timezone change</h2>
|
||||||
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.<br><br>
|
|
||||||
{% if isAnyRunning == true %}
|
{% if isAnyRunning == true %}
|
||||||
<b>Note:</b> You can change the timezone when your containers are stopped.<br><br>
|
|
||||||
{% if timezone != "" %}
|
{% if timezone != "" %}
|
||||||
The timezone for Nextcloud is currently set to <b>{{ timezone }}</b>.<br><br>
|
The timezone for Nextcloud is currently set to <b>{{ timezone }}</b>.<br><br>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
<b>Note:</b> You can change the timezone when your containers are stopped.<br><br>
|
||||||
{% else %}
|
{% else %}
|
||||||
{% if timezone == "" %}
|
{% 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.<br><br>
|
||||||
You can configure the timezone for Nextcloud below:<br><br>
|
You can configure the timezone for Nextcloud below:<br><br>
|
||||||
<form method="POST" action="/api/configuration" class="xhr">
|
<form method="POST" action="/api/configuration" class="xhr">
|
||||||
<input type="text" name="timezone" placeholder="Europe/Berlin" />
|
<input type="text" name="timezone" placeholder="Europe/Berlin" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue