tzselect: Display Posix TZ format when used

This commit is contained in:
Stefan Kuhn
2014-11-26 11:34:32 -08:00
committed by Paul Eggert
parent 72272febcb
commit 276f85ddd2
+1 -1
View File
@@ -504,7 +504,7 @@ Universal Time is now: $UTdate."
?*%%) echo >&2 " $country";;
%?*%?*) echo >&2 " coord $coord$newline $region";;
%%?*) echo >&2 " coord $coord";;
+) echo >&2 " TZ='$TZ'"
*) echo >&2 " TZ='$TZ'"
esac
echo >&2 ""
echo >&2 "Therefore TZ='$TZ' will be used.$extra_info"