since the server changes to summertime by default, we need to ensure to set UTC timezone

This commit is contained in:
Ulf Gebhardt 2022-03-28 10:26:26 +02:00
parent 9235fab929
commit 33a3deec60
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -78,8 +78,8 @@
> git clone https://github.com/gradido/gradido.git
# Timezone
# Note: This is not needed - UTC(default) is REQUIRED for production data
# > sudo timedatectl set-timezone UTC
# Note: This is needed - since there is Summer-Time included in the default server Setup - UTC is REQUIRED for production data
> sudo timedatectl set-timezone UTC
# > sudo timedatectl set-ntp on
# > sudo apt purge ntp
# > sudo systemctl start systemd-timesyncd