Getting wrong date on timestamp datatype
I'm selecting ntimestamp# from sys.aud$ and the time received is wrong. I get wrong time when I select from my pc and when I select directly with sql from the database server.
SQL> select dbtimezone from dual;
DBTIMEZONE
------------------
+02:00
+2 is the correct.
How do I fix this problem?
Thanks in advance.