Open
Description
Search before asking
- I had searched in the issues and found no similar issues.
What happened
在transform中的sql插件里使用 now()函数调用到的时候不是当前服务器的时间,而是 UTC 时间。这个很影响使用
SeaTunnel Version
2.3.11
SeaTunnel Config
"transform": [
{
"query": "select *, now() sync_datetime from dual",
"plugin_name": "Sql"
}
],
Running Command
nohup sh ./bin/seatunnel-cluster.sh 2>&1 &
Error Exception
无
Zeta or Flink or Spark Version
No response
Java or Scala Version
No response
Screenshots
左边是同步来的时间,右边是本地时间,
原因就是少了时区 8 小时
Are you willing to submit PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct