This repository was archived by the owner on Jun 27, 2020. It is now read-only.

Description
new Intl.DateTimeFormat('en', {
timeZone: 'Etc/UTC',
timeZoneName:'long',
year: 'numeric',
month: 'numeric',
day: 'numeric',
hour: 'numeric',
minute: 'numeric',
}).format(new Date())
throws error "Error: unsupported value "long" for timeZone Etc/UTC. requires locale data for en-US" in IE 11