date-time-format-timezone
date-time-format-timezone copied to clipboard
Include details about which browsers need this polyfill
It would be a nice addition to the README to document which major browsers are known to lack the support that this polyfill adds
While not in the README, this compatibility table shows browsers that need it: http://kangax.github.io/compat-table/esintl You'll have to open the DateTimeFormat feature and then look under accepts IANA timezone names (permalink not working for me).
| Browser | format (with arbitrary timezone) | formatToParts |
|---|---|---|
| Internet Explorer 9 | intl+date-time-format-timezone pollyfill | intl+date-time-format-timezone pollyfill |
| Internet Explorer 10 | intl+date-time-format-timezone pollyfill | intl+date-time-format-timezone pollyfill |
| Internet Explorer 11 | date-time-format-timezone polyfill | Not supported |
| Edge 13 | date-time-format-timezone polyfill | Not supported |
| Edge 14 | Native | Not supported |
| Edge 15 | Native | Not supported |
| Edge 16 | Native | Not supported |
| Edge 17 | Native | Not supported |
| Edge 18 | Native | Native |
| Firefox 42 | date-time-format-timezone polyfill | Not supported |
| Firefox 50 | date-time-format-timezone polyfill | Not supported |
| Firefox 52 | Native | Native |
| Firefox 62 | Native | Native |
| Safari 8 | intl+date-time-format-timezone pollyfill | intl+date-time-format-timezone pollyfill |
| Safari 9 | intl+date-time-format-timezone pollyfill | intl+date-time-format-timezone pollyfill |
| Safari 10 | Native | Not supported |
| Safari 11 | Native | Native |
| Safari 12 | Native | Native |
| Chrom26 | Native | Not supported |
| Chrome 64 | Native | Native |
Ah, yeah, the permalink is helpful still since it highlights the correct row, but it does not expand the relevant section unfortunately. https://github.com/kangax/compat-table/issues/1124
Thanks for the pointer! I'll leave this issue open for now as I think it would be a nice addition to the docs to add to the README