![]() |
|||
|
|
|||
|
||||||||||||||||||||||||||||||
|
|
|
Looking for the original pages? (formerly called "Morgan's Library") You can find them here.
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 : Code Library : Sponsors : Privacy : Terms of Use : Contact Us | 331 users online © 2009 psoug.org |