Configure the WebApp to use the CDT timezone
search cancel

Configure the WebApp to use the CDT timezone

book

Article ID: 379621

calendar_today

Updated On:

Products

DX NetOps CA Spectrum

Issue/Introduction

The network devices are configured in the CDT timezone and the system time is configured for UTC. Is there a way to configure the Spectrum WebApp to use the CDP timezone instead of the 

Environment

DX NetOps Spectrum: All releases

Resolution

You can configure the timezone for CDT in the $SPECROOT/webtomcat/webswing/webswing.config file.

Find the -DJava.timezone setting, by default it's configured for ${ClientTimeZone}.

Change it to look like the following:

-Duser.timezone=CST6CDT

Restart  webtomcat by going to the $SPECROOT/webtomcat/bin folder and running ./stopWebTomcat and then ./startWebTomcat.

The WebApp will now show alarms in the CDT timzone.