williey
Technical User
- Jan 21, 2004
- 242
Is value of DBTIMEZONE fixed? Or does it changes with Daylight saving? Currently, I'm using it to convert local time to GMT time. But I think my conversion is wrong.. Shouldn't the value be -08:00?
Birth of OSs is the result of Unix evolution
Code:
SELECT DBTIMEZONE
FROM DUAL
DBTIMEZONE
-07:00
Birth of OSs is the result of Unix evolution