It is a timezone issue. Oracle date datatype is not timezone aware, but if you have timezone enabled in the portal you will send the date and time with the timezoneoffset, which will be one date earlier in Oracle.
You’re genius, I switchedd off teh OFFSET in portal2, it’s workin.
But please let me know what settings I should enquire with DB/Server team that they changed because it was ON upto yesterday and last 2 days issue vame.
Glad to hear. I think it was more of a coincidence that the time part was inside the difference in hours between the client’s timezone and UTC, or something like that. Did you switch between daylight saving time or something similar?
In oracle the “Date” datatype does not contain the offset part, so it should not have been a setting on the DB (unless they moved from Date to DateOffset (or it is called something like that) as a data type for the columns, but that seem strange)