|
|
FULL A - Z Oracle Function Library (formerly named "Morgan's Library")
Term: TZ_OFFSET
Definition: SELECT DISTINCT tzname or SELECT DBTIMEZONE FROM dual; tz_offset('US/Michigan') - would return '-05:00' tz_offset('-08:00') - would return '-08:00' tz_offset(SESSIONTIMEZONE) - would return '-07:00' (this is dependent on your configuration) Note that the TZ_OFFSET from DBTIMEZONE may not be reliable if the "SET TIME_ZONE" clause was not used when the database was created. Related Links: Related Code Snippets:
|
Home | Search | Code Library | Sponsors | Privacy | Terms of Use | Contact Us | © 2003 - 2024 psoug.org |