Mise à jour de 'proj/bitemychin/index.html'

This commit is contained in:
ed barz 2022-04-04 15:06:35 +00:00
parent 4d55b5a000
commit f9ec9aa782
1 changed files with 1 additions and 1 deletions

View File

@ -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)