show/hide this revision's text 2 corrected from followup information; added 16 characters in body

The official response from OSIsoft is: this cannot be done.

RtWebparts objects always use the timezone of the webserverSharepoint site hosting them. Period.

Other than spinning up a webserver new sharepoint site for each timezone you care about, there is one unappealing workaround:

  1. Create your display in ProcessBook wherein you configure the time offset as desired
  2. Export
  3. Include the ProcessBook display as an SVG
  4. Import the SVG into PDI file within an RtWebPartRtActiveView web part
  5. Repeat for each timezone

You're still stuck with one timezone (set in the SVG) but now at least you can get multiple timezones without multiple servers.

show/hide this revision's text 1

The official response from OSIsoft is: this cannot be done.

RtWebparts objects always use the timezone of the webserver hosting them. Period.

Other than spinning up a webserver for each timezone you care about, there is one unappealing workaround:

  1. Create your display in ProcessBook wherein you configure the time offset as desired
  2. Export the ProcessBook display as an SVG
  3. Import the SVG into an RtWebPart
  4. Repeat for each timezone

You're still stuck with one timezone (set in the SVG) but now at least you can get multiple timezones without multiple servers.