From 26e4b9228cf69f7a366f006782631da2739ca3dc Mon Sep 17 00:00:00 2001 From: Pieter Hollander Date: Thu, 25 Jul 2024 22:57:42 +0200 Subject: [PATCH] Add TZ --- example.env | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/example.env b/example.env index 3d58bc4..0b67db3 100644 --- a/example.env +++ b/example.env @@ -7,4 +7,6 @@ PG_DB='host=localhost port=5432 user=postgres password=secret-replace dbname=p1 TIMESCALEDB_ENABLED=true # LOG_LEVEL: DEBUG, INFO, WARN or ERROR. Standard: INFO -LOG_LEVEL=INFO \ No newline at end of file +LOG_LEVEL=INFO + +TZ=Europe/Amsterdam \ No newline at end of file