diff --git a/src/withReactIntl.tsx b/src/withReactIntl.tsx index 9367bd6..e293db1 100644 --- a/src/withReactIntl.tsx +++ b/src/withReactIntl.tsx @@ -18,11 +18,12 @@ export const withReactIntl = ( const currentLocale = locale || defaultLocale; if (currentLocale && reactIntl) { - const {formats, messages, defaultRichTextElements} = reactIntl; + const {formats, messages, defaultRichTextElements, timeZone} = reactIntl; const safeFormats = formats ? formats[currentLocale] : undefined; if (messages) { return (