Note : 1914560
Symptom
You find that the time of user “root” and “<SID>adm” in HANA server are different.
Environment
HANA database 1.0 all releases
Cause
You have set the TZ in the environment variables for the user <sid>adm. To check this you can use the following command:
env | grep TZ
==> TZ = CST
Resolution
You can go to /usr/sap/<SID>/home –> execute “vi .sapenv.sh” –> find statement “export TZ=***” and comment it.