Home
last modified time | relevance | path

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

12345678910>>...30

/third_party/icu/icu4c/source/tools/tzcode/
Dtzselect.ksh119 read TZ
120 $AWK -v TZ="$TZ" 'BEGIN {
132 echo >&2 "\`$TZ' is not a conforming" \
135 TZ_for_date=$TZ;;
219 TZ=$($AWK -F'\t' \
237 TZ_for_date=$TZDIR/$TZ
252 TZdate=$(LANG=C TZ="$TZ_for_date" date)
253 UTdate=$(LANG=C TZ=UTC0 date)
274 +) echo >&2 " TZ='$TZ'"
277 echo >&2 "Therefore TZ='$TZ' will be used.$extra_info"
[all …]
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dtzselect.ksh119 read TZ
120 $AWK -v TZ="$TZ" 'BEGIN {
132 echo >&2 "\`$TZ' is not a conforming" \
135 TZ_for_date=$TZ;;
219 TZ=$($AWK -F'\t' \
237 TZ_for_date=$TZDIR/$TZ
252 TZdate=$(LANG=C TZ="$TZ_for_date" date)
253 UTdate=$(LANG=C TZ=UTC0 date)
274 +) echo >&2 " TZ='$TZ'"
277 echo >&2 "Therefore TZ='$TZ' will be used.$extra_info"
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/
Dtzselect.ksh119 read TZ
120 $AWK -v TZ="$TZ" 'BEGIN {
132 echo >&2 "\`$TZ' is not a conforming" \
135 TZ_for_date=$TZ;;
219 TZ=$($AWK -F'\t' \
237 TZ_for_date=$TZDIR/$TZ
252 TZdate=$(LANG=C TZ="$TZ_for_date" date)
253 UTdate=$(LANG=C TZ=UTC0 date)
274 +) echo >&2 " TZ='$TZ'"
277 echo >&2 "Therefore TZ='$TZ' will be used.$extra_info"
[all …]
/third_party/icu/tools/release/c/os-mapping/
DtestTimezones.sh17 ICUTime=`LD_LIBRARY_PATH=../dev-icu/icu/source/lib/ TZ=$tzname ./checkTimezone`
18 systemHour=`TZ=$tzname date +%I`
23 systemTimeShort=`TZ=$tzname date +%b\ %d,\ %Y`
25 systemTimeAMPM=`TZ=$tzname date +%p`
30 systemTime=`TZ=$tzname date +%b\ %d,\ %Y\ %r`
33 echo TZ=$tzname
39 echo --TZ=$tzname
43 echo TZ=$tzname
/third_party/tzdata/
Dtzselect.ksh329 "TZ - I want to specify the timezone using the Posix TZ format."
349 $AWK -v TZ="$TZ" 'BEGIN {
366 TZ_for_date=$TZ;;
492 TZ_for_date=$TZDIR/$TZ
531 *) say >&2 " TZ='$TZ'"
534 say >&2 "Therefore TZ='$TZ' will be used.$extra_info"
546 *csh) file=.login line="setenv TZ '$TZ'";;
547 *) file=.profile line="TZ='$TZ'; export TZ"
555 Here is that TZ value again, this time on standard output so that you
558 say "$TZ"
Detcetera8 # 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
36 # Be consistent with POSIX TZ settings in the Zone names,
39 # positive signs east of Greenwich. For example, TZ='Etc/GMT+4' uses
Dnewtzset.3.txt9 timezone_t tzalloc(char const *TZ);
19 by TZ. If TZ is not a valid timezone description, or if the object
26 The tzset function acts like tzalloc(getenv("TZ")), except it saves any
32 If TZ is null, the best available approximation to local (wall clock)
34 time conversion information directory, is used. If TZ is the empty
37 seconds. If TZ is nonnull and nonempty:
47 When TZ is used as a pathname, if it begins with a slash, it is used as
52 When TZ is used directly as a specification of the time conversion
141 Here are some examples of TZ values that directly specify the timezone;
178 If no rule is present in TZ, the rules specified by the
[all …]
Dtzfile.5.txt63 consistency checking with the POSIX-style TZ string described below.)
108 appropriate for another time zone specified via a POSIX-style TZ string
109 that lacks rules. For example, when TZ="EET-2EEST" and there is no
117 specify TZ="Europe/Athens" for better historical coverage, falling back
118 on TZ="EET-2EEST,M3.5.0/3,M10.5.0/4" if POSIX conformance is required
130 data comes a newline-enclosed, POSIX-TZ-environment-variable-style
133 The POSIX-style TZ string is empty (i.e., nothing between the newlines)
135 the POSIX-style TZ string must agree with the local time type after the
145 For version-3-format timezone files, the POSIX-TZ-style string may use
146 two minor extensions to the POSIX TZ format, as described in
[all …]
Dtzselect.8.txt12 output is suitable as a value for the TZ environment variable.
63 TZDIR/TZ
64 Timezone data file for timezone TZ.
/third_party/node/test/parallel/
Dtest-process-env-tz.js19 process.env.TZ = 'Europe/Amsterdam';
38 process.env.TZ = 'Europe/London';
43 process.env.TZ = 'Etc/UTC';
51 delete process.env.TZ;
/third_party/icu/tools/release/c/
DallTimezoneTest.sh13 echo TZ=$timezone >> $outfile
14 TZ=$timezone make check $2 >> $outfile 2>&1
/third_party/toybox/tests/
Dtar.test9 OLDTZ="$TZ"
10 export TZ=utc
285 TZ="$OLDTZ"
Dgunzip.test42 export TZ=UTC
Dgzip.test70 export TZ=UTC
/third_party/icu/icu4c/source/test/perf/DateFmtPerf/
DMakefile.in71 …ICU_DATA=$${ICU_DATA:-$(top_builddir)/data/} TZ=PST8PDT $(INVOKE) ./$(TARGET) -x $(top_builddir)/p…
74 ICU_DATA=$${ICU_DATA:-$(top_builddir)/data/} TZ=PST8PDT $(INVOKE) $(INVOCATION)
/third_party/e2fsprogs/tests/
Dtest_config30 TZ=GMT0
31 export TZ
/third_party/libffi/doc/
Dmdate-sh78 TZ=UTC0
79 export TZ
/third_party/icu/icu4c/source/test/letest/
DMakefile.in95 ICU_DATA=$${ICU_DATA:-$(top_builddir)/data/} TZ=PST8PDT $(INVOKE) $(INVOCATION)
98 …ICU_DATA=$${ICU_DATA:-$(top_builddir)/data/} TZ=PST8PDT $(INVOKE) ./$(GENTARGET) $(top_srcdir)/tes…
/third_party/iptables/extensions/
Dlibxt_time.man48 process has its own idea of local time, specified via the TZ environment
49 variable. The kernel also has its own timezone offset variable. The TZ
52 The TZ string may resolve to different offsets at different dates, which is
/third_party/flutter/skia/third_party/externals/icu/source/data/region/
Dzh_Hant_HK.txt88 TZ{"坦桑尼亞"}
/third_party/skia/third_party/externals/icu/source/data/region/
Dzh_Hant_HK.txt89 TZ{"坦桑尼亞"}
/third_party/icu/icu4c/source/test/perf/utfperf/
DMakefile.in71 ICU_DATA=$${ICU_DATA:-$(top_builddir)/data/} TZ=PST8PDT $(INVOKE) $(INVOCATION)
/third_party/icu/icu4c/source/test/perf/dicttrieperf/
DMakefile.in71 ICU_DATA=$${ICU_DATA:-$(top_builddir)/data/} TZ=PST8PDT $(INVOKE) $(INVOCATION)
/third_party/icu/icu4c/source/test/perf/ustrperf/
DMakefile.in71 ICU_DATA=$${ICU_DATA:-$(top_builddir)/data/} TZ=PST8PDT $(INVOKE) $(INVOCATION)
/third_party/icu/icu4c/source/test/perf/charperf/
DMakefile.in71 ICU_DATA=$${ICU_DATA:-$(top_builddir)/data/} TZ=PST8PDT $(INVOKE) $(INVOCATION)

12345678910>>...30