Finally I got the solution for setting timezone.
KK rajput:
If you want to set Indian Time zone you can use setenv file and put the property
-Duser.timezone=IST
I have set timezone in system-ext.properties file as
user.timezone=Asia/Calcutta
but still time will be shown as UTC timezone.
After that I have added timezone in setenv.bat file as
-Duser.timezone=Asia/Calcutta
Now it will take the IST timezone.
Please sign in to flag this as inappropriate.