In one of the 9.4 FP2 servers, I see the time logged in tm1server.log file is one hour behind the local time. For example, when the local time is 3:30 AM, the log shows 2:30 AM. In tm1s-log.properties, i have specified the time as LOCAL.
Code: Select all
# Specify GMT or Local timezone
log4j.appender.S1.TimeZone=Local
Thanks for your help!