I have the same question ,
We have multiple clients ( PST and EST time zones) connected to the management node (PST time zone) . We want all the time zone should show as PST in management node.
please assisst me how to change the time zone to PST . Below is web UI setting showing in one of my clinets? if we made the changes to PST in managemet node wiill it convert the same and shows the pst in all the clients?
<!-- Timezone settings
Must follow the representation of timezone offset in ISO 8601 format e.g. "+11:00" -->
<add key="DefaultTimezone" value="Z" />
<!-- Media Analyzer Certificate Path-->
<add key="MACertificatePath" value="" />
<add key="EnableSSO" value="false" />
Regards,
Phani
Hi,
Normally, if the web server detects different timezones in the data, it will switch to the timezone listed in the web.config:
<add key="DefaultTimezone" value="Z" />
So, if you change this to the timezone that you want to see in the browser, it will convert the data into this timezone. But, beware that changing the web.config will restart the web server, so only do this when it is the proper time to do it.
Thanks.
Members | Likes |
---|---|
43 | |
36 | |
23 | |
17 | |
11 |