Skip to main content
Version: 5.7.0

GetCurrentTimezoneOffset

Get the timezone offset from UTC.

Method Parameters

ParameterDescription
timeZoneIdThe timezone id to compare against UTC.

Usage

http://localhost:3000
// Cloud Code only. To view example, switch to the Cloud Code tab
JSON Response
{
"data": {
"response": {
"time": -12
},
"success": true
},
"status": 200
}