diff --git a/README.md b/README.md index 9835f4f..1a8c97f 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,7 @@ export const reactIntl = { locales, messages, formats, + timeZone: 'America/New_York', // optional, specify a time zone }; ``` ---