TimeZones

Description

An object containing a list of User Timezones. (Note: The field level constraints listed here might not cover all the constraints on the field. Additional constraints might exist.)

Supported Operations

Model Properties

Property Required Type Description
timeZones False [string] Timezone details for each available timezone. Each time zone starts with the offset to UTC in parentheses, followed by the time zone name. For example: (UTC-10:00) Pacific/Honolulu. This field is deprecated starting with release 6.6. Please start using the id or name value values returned in the globalTimeZones attribute instead of this attribute
globalTimeZones False [object] A comma-separated list of objects that define each time zone. This field is supported starting with release 6.6. Please use this attribute instead of timeZones. Each object in the list includes the id attribute for the time zone, the time zone string, which includes the offset to UTC (in parentheses) and time zone name, and the object type, which is always globaltimezone. For example, an object in this list would have the following format: {
"id": "Pacific/Honolulu",
"timeZone": "(UTC-10:00) Pacific/Honolulu",
"type": "globaltimezone"
}
id False string A unique string identifier assigned by the system when the object is created. No assumption can be made on the format or content of this identifier. The identifier must be provided whenever attempting to modify/delete (or reference) an existing object.
Field level constraints: must match pattern ^((?!;).)*$. (Note: Additional constraints might exist)
type True string A UTF8 string, all letters lower-case, that represents the class-type. This corresponds to the class name.