Time Zone Names
You can obtain all the time zone names from v$timezone_names
.
SELECT *
FROM v$timezone_names
WHERE ROWNUM <= 5
ORDER BY tzabbrev;
Home »
Oracle »
Time Zone Functions »
Oracle »
Time Zone Functions »
Introduction:
- What is Time Zone
- Database Time Zone
- Session Time Zone
- Time Zone Names
Related: