From f9f1bf8331aa1a943b1e6b40c8ae5666663c8c1d Mon Sep 17 00:00:00 2001 From: Andy Brett Date: Tue, 16 Mar 2021 12:00:20 -0700 Subject: [PATCH] specify UTC explicitly --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b0daa298ba..867205b8e4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,6 +7,7 @@ on: env: DISABLE_KNAPSACK: true + TIMEZONE: UTC jobs: test-models: