What will be the output of the following code?
const date = new Date(); console.log(date.getTimezoneOffset());
The current time zone name
The current time zone offset in seconds
The current time zone offset in hours
The current time zone offset in minutes