Views:

Summary



Default display for times in DPX Console is 12H clock, this describes how to change o 24H clock or 12H clock.

Step By Step



The time format display is being controlled by the settings in the "time_format" setting in the LocalSettings.xml of the workstation running the DPX Console UI.

To modify this setting:
1) Locate the LocalSettings.xml in the following location:
Windows
%APPDATA%\BackupExpress\Java_GUI\LocalSetting

Linux
~/.syncsort/BackupExpress/Java_GUI/LocalSetting

2) Find the setting for time_format in the the <SETTTINGS> block
<SETTING FLAG="1" ID="NEWDATETIMERPREF" TYPE="guipreferencesdatetimer">
.
.
.
<PR FLAG="" KEY="time_format" TYPE="" VALUE="hh:mm:ss a"/>
.
.
</SETTING>

4) Modify VALUE of the time_format key to reflect desired time format
<PR FLAG="" KEY="time_format" TYPE="" VALUE="hh:mm:ss a"/> //12 hour format ---->
<PR FLAG="" KEY="time_format" TYPE="" VALUE="HH:mm:ss"/> //24 hour format

3) Restart the DPX console