ReportTimeZone setting
- Last UpdatedJan 24, 2023
- 1 minute read
- PI System
- RtReports 5.0
- Visualization
Users may search for batches and generate batch and time reports based on a specific time zone by specifying the client time zone in the URL parameter during login. In order to do this, the ReportTimeZone configuration must be set to "client" as opposed to "server" in the web.config file. When this setting is changed to client, users can only login to the RtReports Generator by using a URL that includes the TZ query string parameter. Existing shortcuts that do not include this parameter, such at the Windows Start menu shortcut created during RtReports installation, will no longer work after changing this setting to "client."
Note: In web.config, find , and change it to .
|
Setting name |
Controls |
Default |
Setting options |
|---|---|---|---|
|
ReportTimeZone |
Whether to use the PI Server computer's time zone or require users to specify a query string parameter indicating their local time zone as part of the login URL This affects start and end times accepted and displayed in the Generator search pages and time stamps displayed in the reports. |
server |
server, client |