Skip to content

Commit

Permalink
tzselect: Display Posix TZ format when used
Browse files Browse the repository at this point in the history
  • Loading branch information
Wuodan authored and eggert committed Nov 26, 2014
1 parent 72272fe commit 276f85d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tzselect.ksh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 276f85d

Please sign in to comment.