From 1639beee9802bb1eaa3fb0c59d2e729d53b84a1d Mon Sep 17 00:00:00 2001 From: Martin Polden Date: Tue, 25 Jul 2023 22:07:12 +0200 Subject: makefile: use UTC when running tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3fe3ddb..9533e23 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ endif lint: lint-py lint-js test: - $(PYTHON) $(APP_ROOT)/tests.py + env TZ=UTC $(PYTHON) $(APP_ROOT)/tests.py clean: rm -rf $(APP_ROOT)/**/*.pyc $(APP_ROOT)/static/.webassets-cache/ $(APP_ROOT)/static/gen/ -- cgit v1.2.3