Lines Matching refs:TZ
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=UTC0 date +"$minute_format")
552 new_minute=$(TZ=UTC0 date +"$minute_format")
738 # Use the proposed TZ to output the current date relative to UTC.
745 TZdate=$(LANG=C TZ="$TZ_for_date" date)
746 UTdate=$(LANG=C TZ=UTC0 date)
759 # Output TZ info and ask the user to confirm.
773 *) say >&2 " TZ='$tz'"
776 say >&2 "TZ='$tz' will be used.$extra_info"
788 *csh) file=.login line="setenv TZ '$tz'";;
789 *) file=.profile line="export TZ='$tz'"
797 Here is that TZ value again, this time on standard output so that you