/titanic_51/usr/src/cmd/zic/ |
H A D | tzselect.ksh | 10 # Ask the user about the time zone, and output the resulting TZ value to stdout. 58 TZ format." 60 INFO_ENTER_POSIX="Please enter the desired value of the TZ environment \ 70 INFO_TZ="Therefore TZ='%s' will be used." 75 INFO_FINE="Here is the TZ value again, this time on standard output:" 167 # Ask the user for a POSIX TZ string. Check that it conforms. 172 read TZ 173 env LC_ALL=C $AWK -v TZ="$TZ" 'BEGIN { 181 if (TZ ~ tzpatter [all...] |
H A D | tzselect.po | 19 "TZ format." 23 msgid "Please enter the desired value of the TZ environment " 41 msgid "Therefore TZ='%s' will be used." 51 msgid "Here is the TZ value again, this time on standard output:"
|
/titanic_51/usr/src/data/zoneinfo/ |
H A D | etcetera | 8 # support for POSIX-style TZ strings. On such platforms these entries 13 # unnecessary as settings for the TZ environment variable. E.g., 14 # instead of TZ='Etc/GMT+4' one can use the POSIX setting TZ='<-04>+4'. 16 # Do not use a POSIX TZ setting like TZ='GMT+4', which is four hours 37 # Be consistent with POSIX TZ settings in the Zone names, 40 # positive signs east of Greenwich. For example, TZ='Etc/GMT+4' uses
|
H A D | README | 20 For example, replace TZ=:GMT+1, with TZ="<GMT-1>-1". (The colon (:) is 21 significant. Without the colon, for example TZ=GMT+1, an unquoted timezone
|
H A D | systemv | 8 # using the System V "TZ" scheme (half-hour offset), or anything outside
|
H A D | zone_sun.tab | 36 # 3. Zone name used in value of TZ environment variable. 50 #code coordinates TZ comments 417 TZ -0648+03917 Africa/Dar_es_Salaam -
|
H A D | README.illumos | 17 How to update the TZ database information.
|
H A D | country.tab | 254 TZ Tanzania
|
H A D | zone.tab.txt | 27 #code coordinates TZ comments 398 TZ -0648+03917 Africa/Dar_es_Salaam
|
H A D | antarctica | 132 # TZ='America/Punta_Arenas'.
|
H A D | europe | 3530 # (not applied due to standard TZ change below) 3534 # degrees East to 45 degrees East. This means a standard TZ change, from +2 3540 # 1983-07-31 02:00 -> 03:00 (note that this jumps TZ to +4) 3715 # TZ database holds three other zones for Ukraine.... I have not yet
|
/titanic_51/usr/src/lib/libast/common/tm/ |
H A D | tminit.c | 90 static char TZ[256]; variable 100 if (TZ[0]) in _tm_localtime() 106 environ[0] = TZ; in _tm_localtime() 109 if (TZ[0]) in _tm_localtime() 227 sfsprintf(TZ, sizeof(TZ), "TZ=%s", s); in tmlocal() 232 environ[0] = TZ; in tmlocal() 236 TZ[0] = 0; in tmlocal()
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/tm/ |
H A D | tminit.c | 91 static char TZ[256]; variable 101 if (TZ[0]) in _tm_localtime() 107 environ[0] = TZ; in _tm_localtime() 110 if (TZ[0]) in _tm_localtime() 226 if (s = getenv("TZ")) in tmlocal() 228 sfsprintf(TZ, sizeof(TZ), "TZ=%s", s); in tmlocal() 233 environ[0] = TZ; in tmlocal() 237 TZ[ in tmlocal() [all...] |
/titanic_51/usr/src/cmd/init/ |
H A D | init.dfl | 29 # TZ, LANG, CMASK, or any of the LC_* environment variables. value may 32 TZ=PST8PDT
|
/titanic_51/usr/src/cmd/dtrace/test/tst/common/printf/ |
H A D | tst.printT.ksh | 36 TZ=US/Pacific
|
H A D | tst.printY.ksh | 36 TZ=US/Pacific
|
/titanic_51/usr/src/cmd/dtrace/test/tst/common/printa/ |
H A D | tst.walltimestamp.ksh | 36 TZ=US/Pacific
|
/titanic_51/usr/src/test/zfs-tests/tests/functional/history/ |
H A D | history_007_pos.ksh | 83 TZ=$TIMEZONE $ZPOOL history $migratedpoolname | $GREP -v "^$" \
|
/titanic_51/usr/src/cmd/login/ |
H A D | login.dfl | 25 # Set the TZ environment variable of the shell.
|
/titanic_51/usr/src/lib/libshell/common/tests/ |
H A D | attributes.sh | 340 export TZ=$ETZ
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/tests/ |
H A D | attributes.sh | 342 export TZ=$ETZ 345 "$EDT $PDT $EDT" "" "TZ=$PTZ" "" \ 346 "$EDT $PDT $EDT" "" "TZ=$PTZ" "TZ=$ETZ" \ 347 "$EDT $PDT $EDT" "TZ=$ETZ" "TZ=$PTZ" "TZ=$ETZ" \ 348 "$PDT $EDT $PDT" "TZ=$PTZ" "" "TZ=$PTZ" \ 349 "$PDT $EDT $PDT" "TZ [all...] |
/titanic_51/usr/src/cmd/troff/troff.d/tmac.d/ |
H A D | tz.map | 21 ' # TZ - Resolve a SunOS 5.x Title Reference 22 .de TZ
|
/titanic_51/usr/src/boot/sys/boot/fdt/dts/arm/ |
H A D | imx51x.dtsi | 301 /* 73F9C000 0x4000 WDOG2 (TZ) */
|
H A D | imx53x.dtsi | 354 /* 53F9C000 0x4000 WDOG2 (TZ) */
|
/titanic_51/usr/src/lib/libast/common/ |
H A D | RELEASE | 1518 drop tmset() TZ=... because it only worked when TZ=... was ignored
|