From: ValessioBrito Date: Thu, 21 Mar 2019 17:02:13 +0000 (-0400) Subject: Merge branch 'lp2019' X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=9d004dd11c76677dc1be5cc36c71ddd198de8b68;p=libreplanet-static.git Merge branch 'lp2019' --- 9d004dd11c76677dc1be5cc36c71ddd198de8b68 diff --cc 2019/tv/index.html index 358bf9d1,5669115c..8c11b759 --- a/2019/tv/index.html +++ b/2019/tv/index.html @@@ -361,7 -361,8 +361,8 @@@ fetch(feedUrl).then((res) => }).catch(() => console.error('Error in fetching the RSS feed')); var d = new Date(); -var h = d.getHours(); +var h = d.getUTCHours(); + h = h - 4; var m = d.getDate(); document.body.className = "day" + m + " time" + h;