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

View File

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