How does Sharepoint+RtWebParts handle timezones? - Stack Overflow most recent 30 from stackoverflow.com2009-12-19T15:28:29Zhttp://stackoverflow.com/feeds/question/602656http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/602656/how-does-sharepointrtwebparts-handle-timezones2How does Sharepoint+RtWebParts handle timezones?Michael Haren2009-03-02T15:03:45Z2009-11-08T13:16:56Z
<p>I want to add some OSIsoft RtWebParts to a Sharepoint page. I want these trends to be shown in different timezones for different users. What I'm finding is that they are always shown in EDT. </p>
<p>Ideally, I want a solution for configuring the presented timezone by page or by user.</p>
http://stackoverflow.com/questions/602656/how-does-sharepointrtwebparts-handle-timezones/644491#6444910Answer by Michael Haren for How does Sharepoint+RtWebParts handle timezones?Michael Haren2009-03-13T20:22:22Z2009-09-16T22:45:23Z<p>The official response from OSIsoft is: <strong>this cannot be done</strong>.</p>
<p>RtWebparts objects <em>always</em> use the timezone of the <em>Sharepoint site</em> hosting them. Period.</p>
<p>Other than spinning up a new sharepoint site for each timezone you care about, there is one unappealing workaround: </p>
<ol>
<li>Create your display in ProcessBook wherein you configure the time offset as desired</li>
<li>Include the ProcessBook PDI file within an RtActiveView web part</li>
<li>Repeat for each timezone </li>
</ol>
<p>You're still stuck with one timezone (set in the SVG) but now at least you can get multiple timezones without multiple servers.</p>
http://stackoverflow.com/questions/602656/how-does-sharepointrtwebparts-handle-timezones/1435676#14356760Answer by Tamara Carbaugh for How does Sharepoint+RtWebParts handle timezones?Tamara Carbaugh2009-09-16T21:47:16Z2009-09-16T21:47:16Z<p>Michael,</p>
<p>I am the product manager at OSIsoft for RtWebParts.</p>
<p>The time zone is controlled by the SharePoint site, not the web server. One possible workaround it to create a SP site for each time zone that you would like to support. Unfortunately, you would then face the challenge of maintaining the content for multiple sites.</p>
<p>I would also like to make a correction to the workaround that is described above. The workaround should use the RtActiveView web part(which uses ProcessBook .pdi files), not RtGraphic (which uses ProcessBook .svg files).</p>
<p>Thanks,
Tamara</p>