Mega Code Archive
Categories
/
Oracle PLSQL Tutorial
/
Date Timestamp Functions
Get the database time zone using the DBTIMEZONE() function
SQL> SELECT DBTIMEZONE FROM dual; DBTIME ------ +00:00 SQL>