Problem:
The DateTime format in the 12.1.3 workbench is dd.mm.yyyy hh:mm:ss.
The DateTime format in the 12.5 workbench is mmm dd, yyyy hh:mm:ss p.m.
How can I change this to the 12.1.3 format?
Environment:
CA Harvest SCM versions 12.5 and up
Cause:
The Date and Time format is set as a default Workbench is installed.
Resolution:
Add these two lines to the %CA_SCM_HOME%\workbench.ini file, it will change the display format of dates in workbench:
-Duser.language=<language code>
-Duser.region=<country code>
For example :
-Duser.language=en
-Duser.region=US
(for US English)
-Duser.language=en
-Duser.region=GB
(for Great Britain English)