user <sid>adm time vs root time
Why we are getting the time of user "root" and "<SID>adm" different in HANA server.
Solution:
You are having this issue because you have set the TZ in the environment variables for the user <sid>adm. To check this please use the following command:
env | grep TZ
==> TZ = CST
Kindly go to /usr/sap/<SID>/home --> execute "vi .sapenv.sh" --> find statement "export TZ=***" and comment it.
Read Here for More SAP HANA Tutorials