TimeZone
Lists supported time zones in Salesforce Marketing Cloud. Each record includes the time zone identifier (Id), offset, and regional description. This view supports configuration of time-based automations and send scheduling.
View-Specific Information
Select
The connector uses the Salesforce Marketing Cloud APIs to process the following WHERE clause operators for all but date-time values: =, !=, <>, >, >=, <, <=, IN. For date-time values, only > and < are supported. The connector processes other filters client-side within the connector.
For example, the following (but not only) queries are processed server side:
SELECT * FROM TimeZone
Columns
| Name | Type | Description |
| ID [KEY] | Int | The unique identifier (Id) for the timezone record. This value is system-generated and uniquely identifies the timezone entry within the schema. |
| Name | String | The descriptive name of the timezone, such as a standard region or offset label. This value helps users and systems reference the appropriate timezone for scheduling, localization, and data processing activities. |