I want to know what is current date and time in South Africa.
How i can check what is the current time and date across different timezone in oracle?
I will add timezone values in data table and from that can i get current date and time?
I have one Country table in that i will save timezone as per the country. Now in procedure i have to check one date from other table against all countries is the current date or not. So query: SELECT SYSTIMESTAMP AT TIME ZONE 'Africa/Johannesburg' FROM DUAL; will not solve my issue.