We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6ec63f commit 1888efbCopy full SHA for 1888efb
common/src/main/java/com/alibaba/datax/common/element/ColumnCast.java
@@ -39,7 +39,7 @@ public static String bytes2String(final BytesColumn column)
39
}
40
41
class StringCast {
42
- static String datetimeFormat = "yyyy-MM-dd HH:mm:ss";
+ static String datetimeFormat = "yyyy-MM-dd HH:mm:ss.SSS";
43
44
static String dateFormat = "yyyy-MM-dd";
45
core/src/main/conf/core.json
@@ -6,7 +6,7 @@
6
},
7
"common": {
8
"column": {
9
- "datetimeFormat": "yyyy-MM-dd HH:mm:ss",
+ "datetimeFormat": "yyyy-MM-dd HH:mm:ss.SSS",
10
"timeFormat": "HH:mm:ss",
11
"dateFormat": "yyyy-MM-dd",
12
"extraFormats":["yyyyMMdd"],
0 commit comments