Skip to content

Commit 3142efd

Browse files
committed
Fix bug with countdown timer
1 parent 57b2e4c commit 3142efd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/gamejam.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h2>How can I participate?</h2>
5454
</div>
5555

5656
<script>
57-
var cdDate = new Date("Apr 14, 2023 21:00:00").getTime(); // 9pm UTC == 5pm EST
57+
var cdDate = new Date("Apr 14, 2023 17:00:00").getTime(); // 9pm UTC == 5pm EST
5858

5959
var count = setInterval(function() {
6060
var now = new Date().getTime();

0 commit comments

Comments
 (0)