Skip to content
Snippets Groups Projects
Verified Commit ec5c76c7 authored by jD91mZM2's avatar jD91mZM2
Browse files

Update countdown

parent 68c5c43c
No related branches found
No related tags found
1 merge request!187Update countdown
...@@ -5,7 +5,7 @@ title = "Redox Summer of Code" ...@@ -5,7 +5,7 @@ title = "Redox Summer of Code"
## Estimated time remaining for the results ## Estimated time remaining for the results
<h1 id="countdown">< <h1 id="countdown"><
<script> <script>
var target_date = new Date(Date.UTC(2018, 4, 5)).getTime(); // 4 because month is zero based :| var target_date = new Date(Date.UTC(2018, 4, 5, 17)).getTime(); // 4 because month is zero based :|
target_date += 1000 * 60 * 60 * 6; // GMT-6 target_date += 1000 * 60 * 60 * 6; // GMT-6
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment