| Index: source/i18n/timezone.cpp
|
| diff --git a/source/i18n/timezone.cpp b/source/i18n/timezone.cpp
|
| index 6b3f8d28ba434a1e85cd76e72a2403eca96ee804..a80fdda927a447fb64e64c92bf8c1f68219e9225 100644
|
| --- a/source/i18n/timezone.cpp
|
| +++ b/source/i18n/timezone.cpp
|
| @@ -453,6 +453,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
|
|
|