Searched refs:TZ (Results 1 – 25 of 54) sorted by relevance
123
| /freebsd-9-stable/contrib/tzdata/ |
| D | etcetera | 9 # that cannot use POSIX TZ settings. 12 # unnecessary as settings for the TZ environment variable. E.g., 13 # instead of TZ='Etc/GMT+4' one can use the POSIX setting TZ='<-04>+4'. 15 # Do not use a POSIX TZ setting like TZ='GMT+4', which is four hours 36 # Be consistent with POSIX TZ settings in the Zone names, 39 # positive signs east of Greenwich. For example, TZ='Etc/GMT+4' uses
|
| D | Theory | 91 TZ strings. A file name component must not exceed 14 194 specified by a POSIX TZ string. 399 environment variable TZ. Unfortunately, the POSIX TZ string takes 401 Also, POSIX TZ strings can't deal with other (for example, Israeli) 405 The POSIX TZ string takes the following form: 443 Here is an example POSIX TZ string, for US Pacific time using rules 446 TZ='PST8PDT,M4.1.0/02:00,M10.5.0/02:00' 448 This POSIX TZ string is hard to remember, and mishandles time stamps 452 TZ='America/Los_Angeles' 454 * POSIX does not define the exact meaning of TZ values like "EST5EDT". [all …]
|
| D | systemv | 6 # using the System V "TZ" scheme (half-hour offset), or anything outside
|
| D | zone1970.tab | 18 # 3. Zone name used in value of TZ environment variable. 36 #codes coordinates TZ comments 205 KE,DJ,ER,ET,KM,MG,SO,TZ,UG,YT -0117+03649 Africa/Nairobi
|
| /freebsd-9-stable/contrib/ipfilter/test/ |
| D | logtest | 37 TZ=$GMT ../ipmon -P /dev/null -f logout >> results/$1 39 TZ=$GMT ../ipmon -P /dev/null -bf logout >> results/$1.b 43 TZ=$GMT ../ipmon -P /dev/null -f logout >> results/$1 45 TZ=$GMT ../ipmon -P /dev/null -bf logout >> results/$1.b
|
| /freebsd-9-stable/contrib/tzcode/zic/ |
| D | Theory | 30 environment variable TZ. Unfortunately, the POSIX TZ string takes 32 Also, POSIX TZ strings can't deal with other (for example, Israeli) 36 The POSIX TZ string takes the following form: 70 Here is an example POSIX TZ string, for US Pacific time using rules 73 TZ='PST8PDT,M4.1.0/02:00,M10.5.0/02:00' 75 This POSIX TZ string is hard to remember, and mishandles time stamps 79 TZ='America/Los_Angeles' 81 * POSIX does not define the exact meaning of TZ values like "EST5EDT". 91 without regard to whether the user has fiddled the "TZ" environment 101 * The "TZ" environment variable is used in generating the name of a file [all …]
|
| /freebsd-9-stable/usr.sbin/bsdconfig/timezone/share/ |
| D | zones.subr | 72 # code coordinates TZ comments 84 # TZ 85 # Zone name used in value of TZ environment variable. 116 # The ``filename'' portion of the TZ value that appears after the 120 # The ``continent'' portion of the TZ value that appears before 281 # Get the TZ field 285 # Validate the TZ field 296 # Get the continent portion of the TZ field 314 # Get the filename portion of the TZ field 486 local tm_zone="$( TZ="$filename" date +%Z )"
|
| D | countries.subr | 36 # filename The filename portion of the TZ field (after the `/') as 39 # before the `/' in the TZ field of _PATH_ZONETAB).
|
| /freebsd-9-stable/contrib/cvs/lib/ |
| D | test-getdate.sh | 72 TZ=UTC0; export TZ
|
| /freebsd-9-stable/gnu/usr.bin/rcs/lib/ |
| D | maketime.c | 94 static char const *TZ; local 95 if (!TZ && !(TZ = getenv("TZ")))
|
| /freebsd-9-stable/usr.sbin/cron/doc/ |
| D | MAIL | 316 important that the TZ variable be passed on. PATH should be passed on too. 318 environment with TZ and PATH and have that run by everything. If anyone 323 because System V refuses to pass the TZ from its environment down. There 327 << delete TERM and TERMCAP; modify HOME, USER, and CWD; pass TZ and 330 BSD doesn't have this problem -- TZ is passed right on through if 332 the BSD I'm running this on doesn't need TZ to be defined anyway... 338 problem with cron and TZ when I used it. >> 389 because we are TZ=PST8PDT not TZ=EST5EDT ! 391 << yeachk. I assure you, I will not hardwire the TZ! >> 455 Another problem is with timezones. It is necessary to specify TZ=PST8PDT (or [all …]
|
| /freebsd-9-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/printf/ |
| D | tst.printT.ksh | 36 export TZ=America/Los_Angeles
|
| D | tst.printY.ksh | 36 export TZ=America/Los_Angeles
|
| /freebsd-9-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/printa/ |
| D | tst.walltimestamp.ksh | 36 export TZ=America/Los_Angeles
|
| /freebsd-9-stable/contrib/file/tests/ |
| D | Makefile.am | 16 …set -e; for i in $T/*.testfile; do echo Running test: $$i; TZ=UTC MAGIC=$(top_builddir)/magic/magi…
|
| /freebsd-9-stable/contrib/cvs/contrib/ |
| D | rcs2log.sh | 257 ?*) TZ=$logTZ; export TZ;;
|
| /freebsd-9-stable/contrib/sendmail/cf/ostype/ |
| D | unicosmp.m4 | 15 # - In UNICOSMP seems that TZ variable is needed that correct time is marked
|
| D | irix5.m4 | 26 # - In SGI seems that TZ variable is needed that correct time is marked to
|
| D | irix6.m4 | 26 # - In SGI seems that TZ variable is needed that correct time is marked to
|
| /freebsd-9-stable/tools/regression/tmpfs/ |
| D | t_setattr | 95 TZ=GMT touch -t 200501010101 times || die
|
| /freebsd-9-stable/tools/regression/bin/date/ |
| D | regress.sh | 23 export TZ=UTC
|
| /freebsd-9-stable/contrib/llvm/lib/Target/ARM/MCTargetDesc/ |
| D | ARMAddressingModes.h | 143 unsigned TZ = countTrailingZeros(Imm); in getSOImmValRotate() local 147 unsigned RotAmt = TZ & ~1; in getSOImmValRotate()
|
| /freebsd-9-stable/contrib/file/magic/Magdir/ |
| D | map | 15 # TZ=GMT date -d '1989-12-31 0:00' +%s
|
| /freebsd-9-stable/contrib/sendmail/contrib/ |
| D | mmuegel | 210 ;# %z time zone from TZ environment variable w/ a trailing space 211 ;# %Z time zone from TZ environment variable 230 ;# portable) way to get the local TZ name back... 252 ;# TZ handling changes. 325 $TZ; # wkno needs this info too 368 X '%z', q|$rep = $TZ eq "" ? "" : "$TZ "|, # time zone from TZ env var (w/trail. space) 369 X '%Z', q|$rep = $TZ; 1|, # time zone from TZ env. var. 386 X # Use local time if can't find a TZ in the environment 387 X $TZ = defined($ENV{'TZ'}) ? $ENV{'TZ'} : $defaultTZ; 389 X &gettime ($TZ, $time); [all …]
|
| /freebsd-9-stable/contrib/ntp/scripts/stats/ |
| D | README.timecodes | 35 "<CR><LF>i ddd hh:mm:ss TZ=zz<CR><LF>" 48 example: " 216 15:36:43 TZ=0"
|
123