09a57f885a
a timezone instead, and set TZ=GMT0 as a default.
5 lines
76 B
Bash
Executable file
5 lines
76 B
Bash
Executable file
RC_TZ=/etc/rc.timezone
|
|
export TZ=GMT0
|
|
if [ -f "$RC_TZ" ]
|
|
then . "$RC_TZ"
|
|
fi
|