We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4543841 commit 86bfeedCopy full SHA for 86bfeed
scripts/common.sh
@@ -1,5 +1,7 @@
1
set -euo pipefail
2
3
+export TZ=UTC
4
+
5
log() {
6
echo "$@" >&2
7
}
0 commit comments