>From f6170c1762bd77d743039dd4aa4bd840f20e070a Mon Sep 17 00:00:00 2001
From: Paul Eggert <eggert@cs.ucla.edu>
Date: Fri, 12 Feb 2016 23:12:30 -0800
Subject: [PATCH] * tzselect.ksh: Call the result "Selected time", not "Local
 time".

The user may select some time zone that is not local time.
Problem reported by J William Piggott in:
http://mm.icann.org/pipermail/tz/2016-January/023088.html
---
 tzselect.ksh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tzselect.ksh b/tzselect.ksh
index 10570b6..3659e6e 100644
--- a/tzselect.ksh
+++ b/tzselect.ksh
@@ -512,7 +512,7 @@ while
 		case $TZsec in
 		$UTsec)
 			extra_info="
-Local time is now:	$TZdate.
+Selected time is now:	$TZdate.
 Universal Time is now:	$UTdate."
 			break
 		esac
-- 
2.5.0

