Skip to content

Commit

Permalink
DateTime format pollyfill bug fixed (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored and icambron committed Dec 27, 2018
1 parent fa6eafe commit d7a9c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/matrix.md
Expand Up @@ -99,7 +99,7 @@ But more likely, you have basic Intl support but not `formatToParts` (e.g. IE 11

### Zones

If you have an Intl API (either natively or through the Intl polyfill above) but no zone support, you can add it via the very nice [DateTime format pollyfill](https://github.com/yahoo/date-time-format-timezone). **Unfortunately, this currently breaks Chrome**. See issue [#190](https://github.com/moment/luxon/issues/190) for more. I don't currently have a good solution for IE with zones.
If you have an Intl API (either natively or through the Intl polyfill above) but no zone support, you can add it via the very nice [DateTime format pollyfill](https://github.com/yahoo/date-time-format-timezone).

## Older platforms

Expand Down

0 comments on commit d7a9c5b

Please sign in to comment.