Fix time zone UTC -4
[libreplanet-static.git] / 2019 / tv / index.html
index 358bf9d1c02a96c14f53c56cea5d1a07ea1bf095..8c11b7598ea1584642f8d20b765ce97c84e1bdff 100755 (executable)
@@ -362,6 +362,7 @@ fetch(feedUrl).then((res) => {
 
 var d = new Date();
 var h = d.getUTCHours();
+h = h - 4;
 var m = d.getDate();
 document.body.className = "day" + m + " time" + h;