summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2021-10-05 01:00:37 +0300
committerYuval Adam <_@yuv.al>2021-10-05 01:00:37 +0300
commitaff5073b9bd77816667c9129f5794f223e50b1fd (patch)
tree57b89fa57a777328cae661f7eb437a585744ae74
parent5c01a6a6844df26926349b8cf64884f1f4c73331 (diff)
Update outage start tsHEADmain
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 6839937..f4c18ed 100644
--- a/index.html
+++ b/index.html
@@ -65,7 +65,7 @@
</div>
<script type="text/javascript">
function getDowntime() {
- var d = new Date(2021, 9, 4, 18, 00, 0, 0).getTime();
+ var d = new Date(2021, 9, 4, 16, 00, 0, 0).getTime();
var now = new Date();
var off = now.getTimezoneOffset() * 60000;
now = now.getTime();