I am trying to adjust the timezone for the Web viewer web interface
It is using America/New_York, and I need to change it to Australia/Sydney
I updated the TZ variable in the environment member (CAHVCENV) and recycled the STC Tasks, but still it shows America New York times. What is the procedure for setting up a different time zone ?
Release : 14.0
Component : CA Output Management Web Viewer
In STDENV DD have:
TZ="Australia/Sydney"
export TZ
Then go into Web Viewer and add a new repository (called test, for example). The the date created and modified date will look correct.
And when you check in the database, it will show 2020-10-01 06:58:22.855.
It is important to realize that the date and time stored in the database does not include the timezone. So the date created is set to the timezone that was active when the repository was created and the modified date is set to the timezone that was active when the repository was modified.