From ef4f7e4c45c60a69406134122f091c77c6ef740f Mon Sep 17 00:00:00 2001 From: Carl Dong Date: Sat, 14 Mar 2020 09:42:02 -0400 Subject: [PATCH] guix: Set the well-known timezone env var --- contrib/guix/libexec/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/guix/libexec/build.sh b/contrib/guix/libexec/build.sh index a970eaa625..5d09e6b510 100644 --- a/contrib/guix/libexec/build.sh +++ b/contrib/guix/libexec/build.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash +export TZ=UTC export LC_ALL=C set -e -o pipefail