diff options
| author | Yuval Adam <_@yuv.al> | 2021-10-05 01:00:37 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2021-10-05 01:00:37 +0300 |
| commit | aff5073b9bd77816667c9129f5794f223e50b1fd (patch) | |
| tree | 57b89fa57a777328cae661f7eb437a585744ae74 /index.html | |
| parent | 5c01a6a6844df26926349b8cf64884f1f4c73331 (diff) | |
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(); |
