Dassault Systèmes · Schema

Local Time Zone

Time zone abbreviation used by the sales business unit.

3DEXPERIENCEPLMProduct Lifecycle ManagementCADManufacturingSolidWorksCATIAENOVIAEngineering3D Collaboration
View JSON Schema on GitHub

JSON Schema

local_time_zone.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/dassault/json-schema/local_time_zone.json",
  "title": "Local Time Zone",
  "type": "string",
  "description": "Time zone abbreviation used by the sales business unit.\n",
  "enum": [
    "ACST",
    "AEST",
    "AKST",
    "ASK",
    "AST",
    "AWST",
    "BRI",
    "CET",
    "CHN",
    "CST",
    "EET",
    "EST",
    "ESTA",
    "GMT",
    "HAW",
    "HOB",
    "HST",
    "IST",
    "JST",
    "MSK",
    "MST",
    "MSTA",
    "NST",
    "PST",
    "SYD",
    "UTC",
    "VAL",
    "WET"
  ],
  "x-enumDescriptions": {
    "ACST": "Australian Central Standard Time",
    "AEST": "Australian Eastern Standard Time",
    "AKST": "Alaska Time (US)",
    "ASK": "Alaska Time",
    "AST": "Atlantic Time (Canada)",
    "AWST": "Australian Western Standard Time",
    "BRI": "Brisbane Time",
    "CET": "Central European Time",
    "CHN": "China Standard Time",
    "CST": "Central Time (US)",
    "EET": "Eastern European Time",
    "EST": "Eastern Time (US)",
    "ESTA": "Indiana",
    "GMT": "Greenwich Mean Time",
    "HAW": "Hawaii Time",
    "HOB": "Hobart Time",
    "HST": "Hawaiian Time",
    "IST": "Indian Time",
    "JST": "Japan Standard Time",
    "MSK": "Moscow Time",
    "MST": "Mountain Time (US)",
    "MSTA": "Arizona Time",
    "NST": "Newfoundland Time (Canada)",
    "PST": "Pacific Time (US)",
    "SYD": "Sydney Time",
    "UTC": "Universal Time Coordinated, Zulu",
    "VAL": "Vladivostok Time",
    "WET": "Western European Time"
  },
  "example": "CET"
}