Configuring time zone in the PingIntelligence for APIs Dashboard
This topic discusses the steps involved in configuring the time zone settings in the PingIntelligence for APIs Dashboard.
About this task
You can set up the PingIntelligence Dashboard in either local
or utc
time zone. The Dashboard by default runs in the UTC time zone. You can configure the following parameters to set the time zone.
Parameter | File name | Description |
---|---|---|
|
This parameter must be configured in |
The valid values are |
|
This parameter must be configured in |
The valid values are |
The following is a snippet of webgui.properties
for time zone parameter:
# Timezone configuration # valid values: local, utc pi.webgui.server.timezone=local <truncated webgui.properties...>
The following is a snippet of dashboard.properties
for time zone parameter:
# Timezone configuration # valid values: local, utc dashboard.timezone=local <truncated dashboard.properties...>
Make sure that the time zone parameter is set to the same value in both |
To change the time zone in PingIntelligence for APIs Dashboard, complete the following steps:
Steps
-
Stop the PingIntelligence for APIs Dashboard.
-
Update the
timezone
parameters in thewebgui.properties
anddashboard.properties
files. -
Start the PingIntelligence for APIs Dashboard.
For more information, see Starting and stopping thePingIntelligenceDashboard.