Skip to main content
Skip table of contents

Time zone [VC 21.3.1 GEN]

The timezone query parameter can be used to change the time zone of all dates in a response. This is supported for all API requests.

For example, to get the job information with dates in GMT-8.

NONE
GET /API/job?timezone=GMT-8
HTML/XML
<JobListDocument xmlns="http://xml.vidispine.com/schema/vidispine">
  <hits>116730</hits>
    <job>
      <jobId>VX-1</jobId>
      <user>admin</user>
      <started>2013-02-02T04:28:17.023-08:00</started>
      <status>ABORTED</status>
      <type>PLACEHOLDER_IMPORT</type>
      <priority>MEDIUM</priority>
    </job>
  ...
</JobListDocument>

See also

TimeZone.getAvailableIDs for all legal time zone identifiers.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.