Date.getUTCSeconds

getUTCSeconds – Get the seconds, according to universal time (0–59).

Description

Date.getUTCSeconds()

Return values

Integer

Examples

Example #1 – getUTCSeconds example
console.log(new Date().getUTCDate()); // Gets the current seconds, according to UTC.

External references