Home
last modified time | relevance | path

Searched refs:TZ (Results 1 – 25 of 54) sorted by relevance

123

/freebsd-9-stable/contrib/tzdata/
Detcetera9 # 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
DTheory91 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 …]
Dsystemv6 # using the System V "TZ" scheme (half-hour offset), or anything outside
Dzone1970.tab18 # 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/
Dlogtest37 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/
DTheory30 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/
Dzones.subr72 # 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 )"
Dcountries.subr36 # 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/
Dtest-getdate.sh72 TZ=UTC0; export TZ
/freebsd-9-stable/gnu/usr.bin/rcs/lib/
Dmaketime.c94 static char const *TZ; local
95 if (!TZ && !(TZ = getenv("TZ")))
/freebsd-9-stable/usr.sbin/cron/doc/
DMAIL316 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/
Dtst.printT.ksh36 export TZ=America/Los_Angeles
Dtst.printY.ksh36 export TZ=America/Los_Angeles
/freebsd-9-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/printa/
Dtst.walltimestamp.ksh36 export TZ=America/Los_Angeles
/freebsd-9-stable/contrib/file/tests/
DMakefile.am16 …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/
Drcs2log.sh257 ?*) TZ=$logTZ; export TZ;;
/freebsd-9-stable/contrib/sendmail/cf/ostype/
Dunicosmp.m415 # - In UNICOSMP seems that TZ variable is needed that correct time is marked
Dirix5.m426 # - In SGI seems that TZ variable is needed that correct time is marked to
Dirix6.m426 # - In SGI seems that TZ variable is needed that correct time is marked to
/freebsd-9-stable/tools/regression/tmpfs/
Dt_setattr95 TZ=GMT touch -t 200501010101 times || die
/freebsd-9-stable/tools/regression/bin/date/
Dregress.sh23 export TZ=UTC
/freebsd-9-stable/contrib/llvm/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h143 unsigned TZ = countTrailingZeros(Imm); in getSOImmValRotate() local
147 unsigned RotAmt = TZ & ~1; in getSOImmValRotate()
/freebsd-9-stable/contrib/file/magic/Magdir/
Dmap15 # TZ=GMT date -d '1989-12-31 0:00' +%s
/freebsd-9-stable/contrib/sendmail/contrib/
Dmmuegel210 ;# %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/
DREADME.timecodes35 "<CR><LF>i ddd hh:mm:ss TZ=zz<CR><LF>"
48 example: " 216 15:36:43 TZ=0"

123