X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=2019%2Ftv%2Findex.html;h=8c11b7598ea1584642f8d20b765ce97c84e1bdff;hb=3276bf688486a86ee6dadad58980c6407ee0ff2b;hp=358bf9d1c02a96c14f53c56cea5d1a07ea1bf095;hpb=827d4be94adcc4d6ef3137684b59a8477295d34f;p=libreplanet-static.git diff --git a/2019/tv/index.html b/2019/tv/index.html index 358bf9d1..8c11b759 100755 --- a/2019/tv/index.html +++ b/2019/tv/index.html @@ -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;