summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2021-10-05 00:18:56 +0300
committerYuval Adam <_@yuv.al>2021-10-05 00:18:56 +0300
commit5f2d5e396cfc2ae05613b21234646ce994119c88 (patch)
treeb4cd60cc3076a0ba53787b6a6aae4aead94fb1dd /index.html
parent16d56899cf5c690bbb242da8a5fdeba8723a548e (diff)
Fix start time
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 0057db0..ac8a953 100644
--- a/index.html
+++ b/index.html
@@ -37,7 +37,7 @@
</div>
<script type="text/javascript">
function getDowntime() {
- var d = new Date(2021, 9, 4, 16, 00, 0, 0).getTime();
+ var d = new Date(2021, 9, 4, 18, 00, 0, 0).getTime();
var now = new Date();
var off = now.getTimezoneOffset() * 60000;
now = now.getTime();