To reset sever time and database time
In one scenario BRM Server time is configured in IST(Indian time) and database time is in GMT so whenever an event occurs it is storing in GMT time format in DB.In customer center if i want to see the events in Indian time i have the option of setting the parameter "infranet.server.timezone =<IST>" in infranet.properties file.Now the problem is if there any reports retrieved from database, the unix timestamp stored is in GMT format and we have to manipulate all again in Indian time format.Is there any way to store in IST time format in DB?
0