1

i want to change time of this code to UTC, but when i changed the code error occurred.

var timerId;

 start = new Date().getTime()

   execTime =new 
   Date().setMinutes(43,30,000)


    var t=setTimeout(() => {

    count = 0

    timerId = setTimeout(() => { 
      document.querySelector('button.buy').click();

        console.log(0);  
  
    })

}, execTime - start)

Im sorry i wrote this with mobile. thanks for help

Paul Baiju
  • 419
  • 7
  • 20
max
  • 11
  • 1

0 Answers0