Lines Matching refs:TZ
1290 # installed filesystem, set TZ to GMT and return immediately.
1293 TZ=GMT
1314 if [ -z "$TZ" ]; then
1315 TZ=$(ls -l /mnt/etc/localtime 2>/dev/null | cutlast)
1316 TZ=${TZ#/usr/share/zoneinfo/}
1319 echo -n "What timezone are you in ['?' for list] [$TZ]? "
1320 getresp "$TZ"
1324 TZ="GMT"
1347 TZ="$_a"