guix: Set the well-known timezone env var

This commit is contained in:
Carl Dong 2020-03-14 09:42:02 -04:00
parent acf4b3b3b5
commit ef4f7e4c45
No known key found for this signature in database
GPG key ID: 0CC52153197991A5

View file

@ -1,4 +1,5 @@
#!/usr/bin/env bash
export TZ=UTC
export LC_ALL=C
set -e -o pipefail