mirror of
https://github.com/ivabus/www
synced 2024-11-23 01:45:06 +03:00
change tz to UTC-4
This commit is contained in:
parent
606081b956
commit
fd60496e52
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
// Set the date we're counting down to
|
// Set the date we're counting down to
|
||||||
const teaDemoSchedule = "2022-11-03T07:30:00.000+00:00"; // Lisbon is UTC+0
|
const teaDemoSchedule = "2022-11-03T07:30:00.000-04:00"; // Lisbon is UTC+0
|
||||||
var countDownDate = new Date(teaDemoSchedule).getTime();
|
var countDownDate = new Date(teaDemoSchedule).getTime();
|
||||||
|
|
||||||
// Update the count down every 1 second
|
// Update the count down every 1 second
|
||||||
|
|
Loading…
Reference in a new issue