Fix countdown on other timezones
This commit is contained in:
parent
4f05f739e0
commit
32bd2c32ad
|
@ -46,7 +46,7 @@
|
|||
<script src="js/bootstrap.bundle.js"></script>
|
||||
<script>
|
||||
// Set the date we're counting down to
|
||||
var countDownDate = new Date("Jan 30, 2021 14:00:00").getTime();
|
||||
var countDownDate = new Date("Jan 30, 2021 14:00:00 -0500").getTime();
|
||||
|
||||
function updateClock() {
|
||||
// Get today's date and time
|
||||
|
|
Loading…
Reference in New Issue