6 lines
76 B
Bash
Executable File
6 lines
76 B
Bash
Executable File
RC_TZ=/etc/rc.timezone
|
|
export TZ=GMT0
|
|
if [ -f "$RC_TZ" ]
|
|
then . "$RC_TZ"
|
|
fi
|