Hi, Neemesh.
Here is how one other user resolved this before:
```
Final steps taken to resolve issue:
Install ntp and verify time pool using instructions at http://www.cyberciti.biz/faq/howto-install-ntp-to-synchronize-server-clock/ (Assuming Centos)
Start service -> service ntpd start
Run to change timezone to CST. tzselect -> follow prompts
rm /etc/localtime && ln -s /usr/share/zoneinfo/US/Central /etc/localtime service tomcat restart
New log data should reflect CDT now.
```