Searched refs:TZ (Results 1 – 25 of 746) sorted by relevance
12345678910>>...30
/third_party/icu/icu4c/source/tools/tzcode/ |
D | tzselect.ksh | 119 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/ |
D | tzselect.ksh | 119 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/ |
D | tzselect.ksh | 119 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/ |
D | testTimezones.sh | 17 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/ |
D | tzselect.ksh | 329 "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"
|
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 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 | newtzset.3.txt | 9 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 …]
|
D | tzfile.5.txt | 63 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 …]
|
D | tzselect.8.txt | 12 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/ |
D | test-process-env-tz.js | 19 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/ |
D | allTimezoneTest.sh | 13 echo TZ=$timezone >> $outfile 14 TZ=$timezone make check $2 >> $outfile 2>&1
|
/third_party/toybox/tests/ |
D | tar.test | 9 OLDTZ="$TZ" 10 export TZ=utc 285 TZ="$OLDTZ"
|
D | gunzip.test | 42 export TZ=UTC
|
D | gzip.test | 70 export TZ=UTC
|
/third_party/icu/icu4c/source/test/perf/DateFmtPerf/ |
D | Makefile.in | 71 …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/ |
D | test_config | 30 TZ=GMT0 31 export TZ
|
/third_party/libffi/doc/ |
D | mdate-sh | 78 TZ=UTC0 79 export TZ
|
/third_party/icu/icu4c/source/test/letest/ |
D | Makefile.in | 95 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/ |
D | libxt_time.man | 48 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/ |
D | zh_Hant_HK.txt | 88 TZ{"坦桑尼亞"}
|
/third_party/skia/third_party/externals/icu/source/data/region/ |
D | zh_Hant_HK.txt | 89 TZ{"坦桑尼亞"}
|
/third_party/icu/icu4c/source/test/perf/utfperf/ |
D | Makefile.in | 71 ICU_DATA=$${ICU_DATA:-$(top_builddir)/data/} TZ=PST8PDT $(INVOKE) $(INVOCATION)
|
/third_party/icu/icu4c/source/test/perf/dicttrieperf/ |
D | Makefile.in | 71 ICU_DATA=$${ICU_DATA:-$(top_builddir)/data/} TZ=PST8PDT $(INVOKE) $(INVOCATION)
|
/third_party/icu/icu4c/source/test/perf/ustrperf/ |
D | Makefile.in | 71 ICU_DATA=$${ICU_DATA:-$(top_builddir)/data/} TZ=PST8PDT $(INVOKE) $(INVOCATION)
|
/third_party/icu/icu4c/source/test/perf/charperf/ |
D | Makefile.in | 71 ICU_DATA=$${ICU_DATA:-$(top_builddir)/data/} TZ=PST8PDT $(INVOKE) $(INVOCATION)
|
12345678910>>...30