Further cleanup of the timezone and timezone offset display.

This commit is contained in:
20xd6
2020-04-11 13:29:49 -04:00
parent d0d3682ce1
commit ff59adfee1
2 changed files with 3 additions and 4 deletions

View File

@@ -33,7 +33,6 @@ function startTime(){
year:'numeric',
hour:'2-digit',
minute:'2-digit',
second:'2-digit',
timeZoneName:'short'});
second:'2-digit',});
document.getElementById('JStz').innerHTML = current_tz;
}