| Index: source/i18n/timezone.cpp
|
| diff --git a/source/i18n/timezone.cpp b/source/i18n/timezone.cpp
|
| index 59c38915672dc57c52ad40dca82380ae55288fbb..00eca38021fe17da61e06c47d058f0e9b0e03f25 100644
|
| --- a/source/i18n/timezone.cpp
|
| +++ b/source/i18n/timezone.cpp
|
| @@ -458,6 +458,8 @@ TimeZone::detectHostTimeZone()
|
|
|
| uprv_tzset(); // Initialize tz... system data
|
|
|
| + uprv_tzname_clear_cache();
|
| +
|
| // Get the timezone ID from the host. This function should do
|
| // any required host-specific remapping; e.g., on Windows this
|
| // function maps the Date and Time control panel setting to an
|
|
|