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