From d80f7bbd0e990a25efb0b8b45568f669b79b5be6 Mon Sep 17 00:00:00 2001 From: yumaoka Date: Mon, 8 Mar 2021 09:39:40 -0500 Subject: [PATCH] ICU-21498 Improve comment in uprv_tzname --- icu4c/source/common/putil.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/common/putil.cpp b/icu4c/source/common/putil.cpp index 3ed6a05d22d..93866479ea5 100644 --- a/icu4c/source/common/putil.cpp +++ b/icu4c/source/common/putil.cpp @@ -1139,7 +1139,7 @@ uprv_tzname(int n) #endif if (tzid != NULL && isValidOlsonID(tzid) #if U_PLATFORM == U_PF_SOLARIS - /* When TZ equals localtime on Solaris, check the /etc/localtime file. */ + /* Don't misinterpret TZ "localtime" on Solaris as a time zone name. */ && uprv_strcmp(tzid, TZ_ENV_CHECK) != 0 #endif ) {