Fix countdown on other timezones

This commit is contained in:
Remi Rampin 2021-01-25 13:06:52 -05:00
parent 4f05f739e0
commit 32bd2c32ad
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
<script src="js/bootstrap.bundle.js"></script> <script src="js/bootstrap.bundle.js"></script>
<script> <script>
// Set the date we're counting down to // 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() { function updateClock() {
// Get today's date and time // Get today's date and time