| Index: source/common/putilimp.h
|
| diff --git a/source/common/putilimp.h b/source/common/putilimp.h
|
| index 5de801f56a6547095edf95bc43d6130e74fbb886..55ec0ae6ece5a63f3807bc008f5beb9bb1d740d9 100644
|
| --- a/source/common/putilimp.h
|
| +++ b/source/common/putilimp.h
|
| @@ -479,6 +479,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
|
|
|