Oracle 12c
sql developer
Hi,
I am getting different values for sysdate and current_timestamp.
I am slightly confused , as the database resides in India, it is still displaying another timezone
CURRENT_TIMESTAMP
---------------------------------------------
23-JUL-19 11.37.00.461000000 AM ASIA/CALCUTTA
SYSDATE SYSTIMESTAMP
--------- --------------------------------------
22-JUL-19 22-JUL-19 11.07.18.024000000 PM -07:00
I want to change it to India.
what i want is that sysdate should store date as per India.
How i achieve it?