Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

Commit 1f5e019

Browse files
committed
proc/10-env-setup.sh: set TZ=UTC
Mono and some PyPI packages fails to build with an undefined TZ variable or missing /etc/localtime.
1 parent aca0867 commit 1f5e019

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

proc/10-env-setup.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ if [ -e /usr/lib/hook_uname.so ]; then
1212
abinfo 'hook_uname.so detected, preloading ...'
1313
export LD_PRELOAD="/usr/lib/hook_uname.so:$LD_PRELOAD"
1414
fi
15+
16+
abinfo 'Setting $TZ (default timezone) ...'
17+
export TZ=UTC

0 commit comments

Comments
 (0)