The CA 7 Webclient browser display time is different than the system where CA 7 is running. How do I get the times to match?
In your STDENV, you can export the TZ variable which will allow you to modify the time the CA 7 Webclient displays. For example. if your CA7 is running on the eastern time zone, you would specify the following after the .profile statement in your STDENV.
export TZ "EST5EDT"