Home | History | Annotate | Download | only in lib

Lines Matching refs:TZ

74 UTZ=`TZ=Unrecognized/Unrecognized date +%Z`
83 # `determinable' means. On GNU/Linux, `date +%Z' returns $TZ when $TZ is not
84 # recognized. NetBSD 1.6.1 "determines" that an unrecognizable value in $TZ
86 # three spaces when $TZ is not recognized. We test for all three cases, plus
94 # test `TZ=EST date +%Z` = "EST"
98 # TZ=Asia/Calcutta date +%Z
103 # TZ=Doesnt_Exist/Doesnt_Exist date +%Z
113 NTZ=`TZ=$1 date +%Z`
183 TZ=UTC0; export TZ
234 TZ=Europe/London; export TZ
235 if valid_timezone $TZ; then
296 TZ=America/New_York; export TZ
297 if valid_timezone $TZ; then