From 774aba54f5dc04ead60452d79e1eda1613b46981 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Wed, 22 Apr 2020 10:25:35 +0200 Subject: [PATCH] misc: set ddefault timezone to UTC --- env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/env.example b/env.example index 537af64..8db2889 100644 --- a/env.example +++ b/env.example @@ -40,12 +40,12 @@ HTTP_PORT=8000 HTTPS_PORT=8443 # System time zone -TZ=Europe/Amsterdam +TZ=UTC # Public URL for the web service #PUBLIC_URL=https://meet.example.com -# IP address of the Docker host +# IP address of the Docker host # See the "Running behind NAT or on a LAN environment" section in the README #DOCKER_HOST_ADDRESS=192.168.1.1