Skip to content
Snippets Groups Projects
Unverified Commit 5c74b9b2 authored by Jeremy Soller's avatar Jeremy Soller Committed by GitHub
Browse files

Merge pull request #187 from jD91mZM2/time

Update countdown
parents 68c5c43c ec5c76c7
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ title = "Redox Summer of Code"
## Estimated time remaining for the results
<h1 id="countdown"><
<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
......
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