Update to exact time... 7:30 AM in EST === 11:30 in Lisbon.

This commit is contained in:
Thomas Smith 2022-10-26 18:33:45 -04:00
parent 8a90c23716
commit 08efc6095d

View file

@ -173,7 +173,7 @@ integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+
<script>
// Set the date we're counting down to
var countDownDate = new Date("Nov 3, 2022 15:37:25").getTime();
var countDownDate = new Date("Nov 3, 2022 07:30:00").getTime();
// Update the count down every 1 second
var x = setInterval(function() {