Hi,
is it possible to change default time zone in setting timestamp object ? ps.setTimestamp (int index, TimeStamp ts) set TS in database with DB time zone. I know that in Oracle exists method on connection setDefaultTimeZ one(TimeZone) that change this zone in setting. Is it something like this in DB2, too?
thx for any commnets
is it possible to change default time zone in setting timestamp object ? ps.setTimestamp (int index, TimeStamp ts) set TS in database with DB time zone. I know that in Oracle exists method on connection setDefaultTimeZ one(TimeZone) that change this zone in setting. Is it something like this in DB2, too?
thx for any commnets
Comment