Query condition is like below:
creation_date >=last_success_run_date
here creation date is coming like sometime PDT(Pacific Daylight Time) or sometime PST (Pacific Standard Time) format.
and last_success_run_date is always GMT format.
So, I want to know if is there any oracle function available which will convert any timezone format to GMT timezone format.