Return the timezone difference between UTC and Local Time:
The result n will be:
The getTimezoneOffset() method returns the time difference between UTC time and local time, in minutes.
For example, If your time zone is GMT+2, -120 will be returned.
Note: The returned value is not a constant, because of the practice of using Daylight Saving Time.
Tip: The Universal Coordinated Time (UTC) is the time set by the World Time Standard.
Note: UTC time is the same as GMT time.
![]()
The getTimezoneOffset() method is supported in all major browsers.
| Type | Description |
|---|---|
| Number | The time difference between UTC and Local Time, in minutes |
| JavaScript Version: | 1.0 |
|---|
JavaScript Date Object
Your message has been sent to W3Schools.