From 965dd1a627c1ec7ab19647112417c1d0bcc14f9f Mon Sep 17 00:00:00 2001 From: Marcus Fihlon Date: Sat, 30 Mar 2024 17:07:32 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20add=20timezone=20to=20list=20of?= =?UTF-8?q?=20environment=20variables?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9001f5f..c937eb9 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ You can now also attach breakpoints in code for debugging purposes, by clicking | DOAG_EVENT_ID | 0 | The ID of the DOAG event to read the conference agenda. | | MASTODON_INSTANCE | mastodon.social | The Mastodon instance used to read the posts from. | | MASTODON_HASHTAG | java | The hashtag for the mastodon wall. | +| TZ | UTC | The timezone used for date and time calculations. | The environment variables will override the default values.