We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40e6ec5 commit e80f96fCopy full SHA for e80f96f
index.html
@@ -74,6 +74,7 @@
74
currZone.textContent = fmt.resolvedOptions().timeZone;
75
76
var tbody = document.getElementById('zoneOutTBody');
77
+ tbody.innerHTML = '';
78
79
for (const zone of zonesToTest) {
80
var datefmt = new Intl.DateTimeFormat('en-US', { timeZone: zone, dateStyle: 'full' });
0 commit comments