Lines Matching refs:TZ
2 # Ask the user about the time zone, and output the resulting TZ value to stdout.
370 fmt = "TZ='\''%s'\'' date +'\''%d %%Y %%m %%d %%H:%%M %%a %%b\t%s'\''\n"
404 'Please select a continent, ocean, "coord", "TZ", "time", or "now".'
441 "TZ - I want to specify the timezone using a POSIX.1-2017 TZ string." \
464 TZ)
465 # Ask the user for a POSIX.1-2017 TZ string. Check that it conforms.
487 'of the TZ environment variable.'
554 old_minute=`TZ=UTC0 date +"$minute_format"`
564 new_minute=`TZ=UTC0 date +"$minute_format"`
750 # Use the proposed TZ to output the current date relative to UTC.
757 TZdate=`LANG=C TZ="$TZ_for_date" date`
758 UTdate=`LANG=C TZ=UTC0 date`
774 # Output TZ info and ask the user to confirm.
788 *) say >&2 " TZ='$tz'"
791 say >&2 "TZ='$tz' will be used.$extra_info"
803 *csh) file=.login line="setenv TZ '$tz'";;
804 *) file=.profile line="TZ='$tz'; export TZ"
812 Here is that TZ value again, this time on standard output so that you