Mise à jour de 'proj/bitemychin/index.html'
This commit is contained in:
parent
4d55b5a000
commit
f9ec9aa782
|
@ -73,7 +73,7 @@ section#countdown {
|
||||||
</body>
|
</body>
|
||||||
<script>
|
<script>
|
||||||
countdown = () => {
|
countdown = () => {
|
||||||
const youpiTime = new Date('Mar 01 2022 10:00:00 GMT+0100')
|
const youpiTime = new Date('Apr 06 2022 14:00:00 GMT+0100')
|
||||||
var youpT = youpiTime.getTime()
|
var youpT = youpiTime.getTime()
|
||||||
let parisString = new Date().toLocaleString("en-US", { timeZone: "Europe/Paris" });
|
let parisString = new Date().toLocaleString("en-US", { timeZone: "Europe/Paris" });
|
||||||
let parisTime = new Date(parisString)
|
let parisTime = new Date(parisString)
|
||||||
|
|
Loading…
Reference in New Issue