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:
e511448
)
fix TimeZone UTC -4
author
ValessioBrito
<contato@valessiobrito.com.br>
Thu, 21 Mar 2019 16:57:07 +0000
(12:57 -0400)
committer
ValessioBrito
<contato@valessiobrito.com.br>
Thu, 21 Mar 2019 16:57:07 +0000
(12:57 -0400)
2019/tv/index.html
patch
|
blob
|
blame
|
history
diff --git
a/2019/tv/index.html
b/2019/tv/index.html
index 4b474a7d20efd39e00233d43be4f79591648fb4d..5669115c141bbeb4b96bd2ed3d0f47318365a52f 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.getHours();
+h = h - 4;
var m = d.getDate();
document.body.className = "day" + m + " time" + h;