0 / 60 seg.

What value does the following code snippet return?

const date = new Date();
console.log(date.getUTCDay());