date-time-format-timezone
date-time-format-timezone copied to clipboard
Surgically polyfills timezone support in Intl.DateTimeFormat API
Results
11
date-time-format-timezone issues
Sort by
recently updated
recently updated
newest added
I am using Intl.js + date-time-format-timezone polyfills. I expect to see timeZoneName value in formatToPart() output. Run ``` const formatter2 = new Intl.DateTimeFormat('en, { timeZone: 'Asia/Calcutta', timeZoneName: 'long', year: 'numeric',...