ICU-6597 Fix a DST display name bug.
X-SVN-Rev: 24890
This commit is contained in:
parent
a8aff4fc7b
commit
a54768cf9d
@ -1199,6 +1199,8 @@ TimeZone::getDisplayName(UBool daylight, EDisplayType style, const Locale& local
|
||||
return result.remove();
|
||||
}
|
||||
format.adoptTimeZone(tz);
|
||||
} else {
|
||||
format.setTimeZone(*this);
|
||||
}
|
||||
} else {
|
||||
// The display name for standard time was requested, but currently in DST
|
||||
|
Loading…
Reference in New Issue
Block a user