Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Duplicate
-
Affects Version/s: CMT8.4.1
-
Fix Version/s: CMT8.4.1
-
Component/s: CUBRID Migration Toolkit
-
Labels:None
-
Environment:
CMT8.4.1.0001
Description
1 create table
CREATE TABLE "TEST"."DATETEST"
( "DATETYPE" DATE,
"TIMESTAMPTYPE" TIMESTAMP (6),
"TIMESTAMPWLTZ" TIMESTAMP (6) WITH LOCAL TIME ZONE,
"TIMESTAMPWTZ" TIMESTAMP (6) WITH TIME ZONE,
"TIMESTAMPTYPE0" TIMESTAMP (0)
)
Import data in attachment
2 Do migration to offline, timezone of offline choose gmt+04:00
Actual result
The datetime is changed too.
When migrated to file, the bug exist too.