go-mysql-org / go-mysql-elasticsearch

Sync MySQL data into elasticsearch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mysql,datetime字段同步到ES的date字段,会变成加8时区的格式

Mingzhongzhao opened this issue · comments

MySQL中,datetime,2022-10-18 23:59:59
进入es后:2022-10-18T23:59:59+08:00

想让他原样进入es请问怎么设置或如何修改源码
感谢指点

es中该字段的mapping
"type": "date",
"ignore_malformed": true,
"format": "yyyy-MM-dd HH:mm:ss"