alert log time stamp is in UTC where as OS TZ is CST6CDT
Oracle 11.2.0.2 64-bit
My customer is seeing that the messages in alert log are being written in a different time zone that what is set on the OS
OS: env|grep TZ
TZ=CST6CDT
Even the select systemtimestamp from dual in Sqlplus returns correct Timezone, but all the alert log messages are in UTC.
Any idea what could be the problem?