You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 27, 2020. It is now read-only.
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