date-time-format-timezone icon indicating copy to clipboard operation
date-time-format-timezone copied to clipboard

Include details about which browsers need this polyfill

Open benmccann opened this issue 7 years ago • 3 comments

It would be a nice addition to the README to document which major browsers are known to lack the support that this polyfill adds

benmccann avatar Feb 02 '18 18:02 benmccann

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).

smhg avatar May 04 '18 17:05 smhg

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

markandey avatar Dec 27 '18 12:12 markandey

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

benmccann avatar Dec 27 '18 18:12 benmccann