for testing, use same tz as the docker image

This commit is contained in:
Mylloon 2024-11-17 17:14:03 +01:00
parent 3ed06f7c2a
commit 8536895997
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -26,5 +26,5 @@ for example, using `pass` password:
```sh ```sh
$ pip install -r requirements.txt $ 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
``` ```