Lines Matching refs:TZ
119 read TZ
120 $AWK -v TZ="$TZ" 'BEGIN {
132 echo >&2 "\`$TZ' is not a conforming" \
135 TZ_for_date=$TZ;;
219 TZ=$($AWK -F'\t' \
237 TZ_for_date=$TZDIR/$TZ
252 TZdate=$(LANG=C TZ="$TZ_for_date" date)
253 UTdate=$(LANG=C TZ=UTC0 date)
274 +) echo >&2 " TZ='$TZ'"
277 echo >&2 "Therefore TZ='$TZ' will be used.$extra_info"
296 *csh) file=.login line="setenv TZ '$TZ'";;
297 *) file=.profile line="TZ='$TZ'; export TZ"
308 echo "$TZ"