JavaScript Date getUTCSeconds() Method

Get UTC seconds

Definition and Usage

getUTCSeconds() returns the seconds (0 to 59) of a date.
getUTCSeconds() returns the seconds according to UTC.

Notes

UTC (Universal Time Coordinated) is the time set by the World Time Standard.

UTC time is the same as GMT time (Greenwich Mean Time).

All JavaScript getUTC methods assume that the date is of local time.

Syntax

Date.getUTCSeconds()

Parameters

NONE

Return Value

Type Description
A numberThe seconds of the date (0 to 59).

Browser Support

getUTCSeconds() is an ECMAScript1 (ES1) feature.

ES1 (JavaScript 1997) is fully supported in all browsers:

Chrome IE Edge Firefox Safari Opera
Yes Yes Yes Yes Yes Yes