From 19bcf396bce023b2448ed20ce75d89e0ae54ea46 Mon Sep 17 00:00:00 2001 From: "Bruno P. Kinoshita" Date: Thu, 4 Oct 2018 15:47:44 +1300 Subject: [PATCH] Include TZ for running tests --- isodatetime/run_tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isodatetime/run_tests b/isodatetime/run_tests index 6412a53..f0f20bf 100755 --- a/isodatetime/run_tests +++ b/isodatetime/run_tests @@ -19,4 +19,4 @@ # Run tests for the ISO 8601 parsing and data model functionality.""" #----------------------------------------------------------------------------- cd "$(dirname "$0")/../" -python -m isodatetime.tests +TZ=UTC python -m isodatetime.tests