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:
- Create your display in ProcessBook wherein you configure the time offset as desired
- Export
- Include the ProcessBook display as an SVG
- Import the SVG into PDI file within an RtWebPartRtActiveView web part
- 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.
