projects
/
libreplanet-static.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
827d4be
)
Fix time zone UTC -4
author
ValessioBrito
<contato@valessiobrito.com.br>
Thu, 21 Mar 2019 16:55:35 +0000
(12:55 -0400)
committer
ValessioBrito
<contato@valessiobrito.com.br>
Thu, 21 Mar 2019 16:55:35 +0000
(12:55 -0400)
2019/tv/index.html
patch
|
blob
|
blame
|
history
diff --git
a/2019/tv/index.html
b/2019/tv/index.html
index 358bf9d1c02a96c14f53c56cea5d1a07ea1bf095..8c11b7598ea1584642f8d20b765ce97c84e1bdff 100755
(executable)
--- 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;