mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 21:45:37 +00:00
ICU-21498 Improve comment in uprv_tzname
This commit is contained in:
parent
d624e5fb4b
commit
d80f7bbd0e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
) {
|
||||
|
|
Loading…
Add table
Reference in a new issue