Hello,
Can you please help me undertsand how Timezone setting works on IS 9.8?
We have it running on Red Hat 6.8.
In the IS web interface i see time displayed correctly - for example in Errors page i see “2017-05-23 12:20:03 IDT” (Israely Daylight Saving Time).
But selecting from wm.errors Oracle table shows “23-MAY-2017 09:20:03”.
In our old IS 7.1 i used to manipulate with -Duser.timezone parameter in the server.sh file.
But in new IS it looks to completely different.
Perhaps some parameter in /home/tgeg/profiles/IS_default/configuration/custom_wrapper.conf ?
Ideally i would love to have Web pages and Oracle to show same date/time.
But i don’t understand where from the IS takes now the TZ settings.
The timestamp stored in DB should be in UTC (if it’s not you may need to review why it’s not), you can convert it to whatever time zone you like it to be.