Searched refs:TZ (Results 1 - 10 of 10) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/init/
H A Dinit.dfl33 # TZ, LANG, CMASK, or any of the LC_* environment variables. value may
36 TZ=PST8PDT
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dctime.pl39 # Use GMT if TZ is defined as null, local time if TZ undefined.
42 $TZ = defined($ENV{'TZ'}) ? ( $ENV{'TZ'} ? $ENV{'TZ'} : 'GMT' ) : '';
44 ($TZ eq 'GMT') ? gmtime($time) : localtime($time);
46 # Hack to deal with 'PST8PDT' format of TZ
50 if($TZ=~/^([^:\d+\-,]{3,})([+-]?\d{1,2}(:\d{1,2}){0,2})([^\d+\-,]{3,})?/){
51 $TZ
[all...]
/opensolaris-onvv-gate/usr/src/cmd/dtrace/test/tst/common/printf/
H A Dtst.printT.ksh36 TZ=US/Pacific
H A Dtst.printY.ksh36 TZ=US/Pacific
/opensolaris-onvv-gate/usr/src/cmd/dtrace/test/tst/common/printa/
H A Dtst.walltimestamp.ksh36 TZ=US/Pacific
/opensolaris-onvv-gate/usr/src/cmd/zic/
H A Dtzselect.ksh10 # 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...]
/opensolaris-onvv-gate/usr/src/lib/libast/common/tm/
H A Dtminit.c90 static char TZ[256]; variable
100 if (TZ[0])
106 environ[0] = TZ;
109 if (TZ[0])
225 if (s = getenv("TZ"))
227 sfsprintf(TZ, sizeof(TZ), "TZ=%s", s);
232 environ[0] = TZ;
236 TZ[
[all...]
/opensolaris-onvv-gate/usr/src/lib/libldap4/misc/
H A Dldapfriendly226 TZ Tanzania
/opensolaris-onvv-gate/usr/src/lib/libshell/common/tests/
H A Dattributes.sh340 export TZ=$ETZ
343 "$EDT $PDT $EDT" "" "TZ=$PTZ" "" \
344 "$EDT $PDT $EDT" "" "TZ=$PTZ" "TZ=$ETZ" \
345 "$EDT $PDT $EDT" "TZ=$ETZ" "TZ=$PTZ" "TZ=$ETZ" \
346 "$PDT $EDT $PDT" "TZ=$PTZ" "" "TZ=$PTZ" \
347 "$PDT $EDT $PDT" "TZ
[all...]
/opensolaris-onvv-gate/usr/src/cmd/logadm/
H A Dtester610 $percentd = `/bin/env TZ=UTC /bin/date +%d`; chomp $percentd;
611 $percentY = `/bin/env TZ=UTC /bin/date +%Y`; chomp $percentY;
615 $utcenv = "TZ=UTC export TZ";
638 -e "s/%d/`/bin/env TZ=UTC /bin/date +%d`/g"\
639 -e "s/%Y/`/bin/env TZ=UTC /bin/date +%Y`/g"\
682 $percentd = `/bin/env TZ=UTC /bin/date +%d`; chomp $percentd;
683 $percentY = `/bin/env TZ=UTC /bin/date +%Y`; chomp $percentY;
709 -e "s/%d/`/bin/env TZ=UTC /bin/date +%d`/g"\
710 -e "s/%Y/`/bin/env TZ
[all...]

Completed in 105 milliseconds