| /netbsd-src/external/ibm-public/postfix/dist/src/global/ |
| H A D | mail_parm_split.ref | 1 Input: >TZ PATH=/bin:/usr/bin XAUTHORITY< 2 Output: >TZ< 5 Input: >TZ { LESS=-m -C -s -f -e } XAUTHORITY< 6 Output: >TZ< 9 Input: >{ LESS=-m -C -s -f -e } TZ XAUTHORITY< 11 Output: >TZ< 13 Input: >TZ XAUTHORITY { LESS=-m -C -s -f -e }< 14 Output: >TZ< 17 Input: >TZ { LESS=-m -C -s -f -e XAUTHORITY< 19 Output: >TZ< [all …]
|
| H A D | mail_parm_split.in | 1 TZ PATH=/bin:/usr/bin XAUTHORITY 2 TZ { LESS=-m -C -s -f -e } XAUTHORITY 3 { LESS=-m -C -s -f -e } TZ XAUTHORITY 4 TZ XAUTHORITY { LESS=-m -C -s -f -e } 5 TZ { LESS=-m -C -s -f -e XAUTHORITY 6 TZ { LESS=-m -C -s -f -e }x XAUTHORITY
|
| /netbsd-src/lib/libc/time/ |
| H A D | tzselect.ksh | 2 # Ask the user about the time zone, and output the resulting TZ value to stdout. 357 fmt = "TZ='\''%s'\'' date +'\''%d %%Y %%m %%d %%H:%%M %%a %%b\t%s'\''\n" 391 'Please select a continent, ocean, "coord", "TZ", "time", or "now".' 428 "TZ - I want to specify the timezone using a proleptic TZ string." \ 451 TZ) 452 # Ask the user for a proleptic TZ string. Check that it conforms. 475 'of the TZ environment variable.' 483 say >&2 "'$tz' is not a conforming POSIX proleptic TZ string." 542 old_minute=$(TZ [all...] |
| H A D | Theory | 91 TZ strings. A file name component must not exceed 14 194 specified by a POSIX TZ string. 412 environment variable TZ. Unfortunately, the POSIX TZ string takes 414 Also, POSIX TZ strings can't deal with other (for example, Israeli) 418 The POSIX TZ string takes the following form: 456 Here is an example POSIX TZ string, for US Pacific time using rules 459 TZ='PST8PDT,M4.1.0/02:00,M10.5.0/02:00' 461 This POSIX TZ string is hard to remember, and mishandles time stamps 465 TZ='America/Los_Angeles' 467 * POSIX does not define the exact meaning of TZ values like "EST5EDT". [all …]
|
| /netbsd-src/external/gpl2/xcvs/dist/lib/ |
| H A D | test-getdate.sh | 74 UTZ=`TZ=Unrecognized/Unrecognized date +%Z` 113 NTZ=`TZ=$1 date +%Z` 183 TZ=UTC0; export TZ 234 TZ=Europe/London; export TZ 235 if valid_timezone $TZ; then 296 TZ=America/New_York; export TZ 297 if valid_timezone $TZ; then
|
| /netbsd-src/usr.bin/make/unit-tests/ |
| H A D | varmod-gmtime.mk | 9 .if ${TZ:Uundefined} != "undefined" # see unit-tests/Makefile 146 export TZ=UTC 150 export TZ=Europe/Berlin 154 export TZ=UTC 158 export TZ=America/Los_Angeles 162 export TZ=UTC
|
| H A D | directive-export.mk | 58 export TZ=${UTC} 62 TZ= ${INDIRECT_TZ} 63 .export TZ
|
| /netbsd-src/external/public-domain/tz/dist/ |
| H A D | etcetera | 8 # support for POSIX proleptic 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 37 # Be consistent with POSIX TZ settings in the Zone names, 40 # positive signs east of Greenwich. For example, TZ='Etc/GMT+4' uses
|
| /netbsd-src/external/gpl2/xcvs/dist/m4/ |
| H A D | mktime.m4 | 51 /* Values we'll use to set the TZ environment variable. */ 53 (char *) 0, "TZ=GMT0", "TZ=JST-9", 54 "TZ=EST+3EDT+2,M10.1.0/00:00:00,M2.3.0/00:00:00" 66 /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0" 67 instead of "TZ=America/Vancouver" in order to detect the bug even 70 putenv ("TZ=PST8PDT,M4.1.0,M10.5.0");
|
| H A D | tzset.m4 | 40 putenv ("TZ=GMT0"); 43 putenv ("TZ=EST+3EDT+2,M10.1.0/00:00:00,M2.3.0/00:00:00");
|
| /netbsd-src/external/gpl3/gcc.old/dist/contrib/reghunt/bin/ |
| H A D | gcc-svn-report | 17 TZ=UTC \ 25 TZ=UTC \
|
| /netbsd-src/external/gpl3/gcc/dist/contrib/reghunt/bin/ |
| H A D | gcc-svn-report | 17 TZ=UTC \ 25 TZ=UTC \
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/ |
| H A D | timezone.d | 48 The name of the time zone per the TZ Database. This is the name used to 52 $(HTTP en.wikipedia.org/wiki/Tz_database, Wikipedia entry on TZ 1209 the TZ Database, obviously it's not likely to be following the exact rules 1899 The default directory where the TZ Database files are. It's empty in version() 1907 The default directory where the TZ Database files are. It's empty in version() 1914 /++ The default directory where the TZ Database files are. It's empty in version() 1922 Returns a $(LREF TimeZone) with the give name per the TZ Database. The 1923 time zone information is fetched from the TZ Database time zone files in 1927 $(HTTP en.wikipedia.org/wiki/Tz_database, Wikipedia entry on TZ 1933 name = The TZ Database name of the desired time zone [all …]
|
| /netbsd-src/external/gpl2/xcvs/dist/doc/ |
| H A D | getdate.texi | 59 * Specifying time zone rules:: TZ="America/New_York", TZ="UTC0". 126 $ LC_ALL=C TZ=UTC0 date 128 $ TZ=UTC0 date +'%Y-%m-%d %H:%M:%SZ' 413 universal time by setting the @env{TZ} environment variable to 476 @vindex TZ 478 zone, which in turn are specified by the @env{TZ} environment 479 variable, or by a system default if @env{TZ} is not set. To specify a 481 start the date with a string of the form @samp{TZ="@var{rule}"}. The 489 @samp{TZ="Europe/Paris"} as shown in the following shell transcript: 492 $ export TZ="America/New_York" [all …]
|
| H A D | getdate-cvs.texi | 66 * Specifying time zone rules:: TZ="America/New_York", TZ="UTC0". 133 $ LC_ALL=C TZ=UTC0 date 135 $ TZ=UTC0 date +'%Y-%m-%d %H:%M:%SZ' 420 universal time by setting the @env{TZ} environment variable to 483 @vindex TZ 485 zone, which in turn are specified by the @env{TZ} environment 486 variable, or by a system default if @env{TZ} is not set. To specify a 488 start the date with a string of the form @samp{TZ="@var{rule}"}. The 496 @samp{TZ="Europe/Paris"} as shown in the following shell transcript: 499 $ export TZ="America/New_York" [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/datetime/ |
| H A D | timezone.d | 1269 the TZ Database, obviously it's not likely to be following the exact rules 2012 The default directory where the TZ Database files are stored. It's in version() 2045 Returns a $(LREF TimeZone) with the give name per the TZ Database. The 2046 time zone information is fetched from the TZ Database time zone files in 2050 $(HTTP en.wikipedia.org/wiki/Tz_database, Wikipedia entry on TZ 2056 name = The TZ Database name of the desired time zone 2057 tzDatabaseDir = The directory where the TZ Database files are 2065 could not be found or `FileException` if the TZ Database file 2415 tzDatabaseDir = The directory where the TZ Database files are 2642 Reads an int from a TZ file. [all …]
|
| /netbsd-src/external/gpl2/rcs/dist/src/ |
| H A D | maketime.c | 96 static char const *TZ; local 97 if (!TZ && !(TZ = getenv("TZ")))
|
| /netbsd-src/external/lgpl3/mpc/dist/build-aux/ |
| H A D | mdate-sh | 78 TZ=UTC0 79 export TZ
|
| /netbsd-src/external/bsd/flex/dist/build-aux/ |
| H A D | mdate-sh | 78 TZ=UTC 79 export TZ
|
| /netbsd-src/external/lgpl3/mpc/dist/doc/ |
| H A D | mdate-sh | 78 TZ=UTC0 79 export TZ
|
| /netbsd-src/external/bsd/cron/dist/ |
| H A 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 …]
|
| /netbsd-src/external/gpl2/lvm2/dist/test/ |
| H A D | test-lib.sh | 15 TZ=UTC 16 export LANG LC_ALL TZ
|
| /netbsd-src/distrib/notes/ |
| H A D | Makefile.inc | 62 curdate!= env LANG="C" TZ="UTC" ${TOOL_DATE} -d "${BUILDID:C/[0-9][0-9][0-9][0-9]Z$//}" "+%b %d, %Y" 67 curdate!= env LANG="C" TZ="UTC" ${TOOL_DATE} ${DATE_TIMESTAMP} "+%b %d, %Y"
|
| /netbsd-src/tests/dev/clock_subr/ |
| H A D | clock_subr_test_data_gen.sh | 3 export TZ=Etc/Universal
|
| /netbsd-src/external/gpl2/xcvs/dist/contrib/ |
| H A D | rcs2log.sh | 257 ?*) TZ=$logTZ; export TZ;;
|