diff options
author | Carl Dong <contact@carldong.me> | 2020-03-14 09:42:02 -0400 |
---|---|---|
committer | Carl Dong <contact@carldong.me> | 2020-04-02 17:19:59 -0400 |
commit | ef4f7e4c45c60a69406134122f091c77c6ef740f (patch) | |
tree | 9452da8b6f877032c53ae39f1c0864fa7a6b92d8 /contrib | |
parent | acf4b3b3b5accf60a19441a0298ef27001b78e72 (diff) |
guix: Set the well-known timezone env var
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/guix/libexec/build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |