| Index: source/common/putilimp.h
|
| diff --git a/source/common/putilimp.h b/source/common/putilimp.h
|
| index d2c1c66f170145c3d0bc023b61709573340205b5..e3da3409742e19081f77015beba93984c1ee39a7 100644
|
| --- a/source/common/putilimp.h
|
| +++ b/source/common/putilimp.h
|
| @@ -483,6 +483,12 @@ U_INTERNAL int32_t U_EXPORT2 uprv_timezone(void);
|
| U_INTERNAL const char* U_EXPORT2 uprv_tzname(int n);
|
|
|
| /**
|
| + * Reset the global tzname cache.
|
| + * @internal
|
| + */
|
| +U_INTERNAL void uprv_tzname_clear_cache();
|
| +
|
| +/**
|
| * Get UTC (GMT) time measured in milliseconds since 0:00 on 1/1/1970.
|
| * This function is affected by 'faketime' and should be the bottleneck for all user-visible ICU time functions.
|
| * @return the UTC time measured in milliseconds
|
|
|