:30 ==> :45

This commit is contained in:
Thomas Smith 2022-11-02 15:49:05 -04:00
parent 79fc39a709
commit 1013aedb1b

View file

@ -173,7 +173,7 @@ integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+
<script>
// Set the date we're counting down to
const teaDemoSchedule = "2022-11-03T07:30:00.000-04:00"; // Lisbon is UTC+0
const teaDemoSchedule = "2022-11-03T07:45:00.000-04:00"; // Lisbon is UTC+0
var countDownDate = new Date(teaDemoSchedule).getTime();
// Update the count down every 1 second