Change behavior of sysdate
I have found that this application is using sysdate to populate several fields. However, due to the different time zones, the date is often different than my own.
The desired result would be for it to use my date, not the server date. Is there a way to manipulate this behavior at the database level?
I cannot change the application code, or the hosting server system date.
Thanks