Time zoneΒΆ
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.
GET /API/job?timezone=GMT-8
<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.