Skip to content

Commit 86bfeed

Browse files
committed
scripts/common.sh: set time zone to UTC
1 parent 4543841 commit 86bfeed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/common.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
set -euo pipefail
22

3+
export TZ=UTC
4+
35
log() {
46
echo "$@" >&2
57
}

0 commit comments

Comments
 (0)