Activity overview
Latest activity by cmuxr
Wrong time zone at local time zone?
I have the following table with data:
CREATE TABLE TEST
(
id number primary key,
T TIMESTAMP (6),
TZ TIMESTAMP (6) WITH TIME ZONE,
TLZ TIMESTAMP (6) WITH LOCAL TIME ZONE
);
ALTER SESS...