From 8536895997706bfb272aa14ac5c711bc2b25d42f Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sun, 17 Nov 2024 17:14:03 +0100 Subject: [PATCH] for testing, use same tz as the docker image --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 29f92fa..e3db422 100644 --- a/README.md +++ b/README.md @@ -26,5 +26,5 @@ for example, using `pass` password: ```sh $ pip install -r requirements.txt -$ TD_USERPASS=pass FLASK_APP=src/app flask run +$ TD_USERPASS=pass TZ=UTC FLASK_APP=src/app flask run ```