You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had searched in the issues and found no similar issues.
What happened
In the basic information of the timing task, set the global variable dt to $[yyyy-MM-dd HH:mm:ss], and use dt in one of the nodes and store it in the business table. The task is executed at zero or manually, but the time stored in the database is utc time
What you expected to happen
If executed at zero, or manually, the execution time should be stored. If I execute at 8:00 local time, the database should store 8:00 instead of 0:00 (I am in the country of UTC + 8)
This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.
Search before asking
What happened
在定时任务的基本信息中,设置全局变量 dt 为 $[yyyy-MM-dd HH:mm:ss],并在其中一个节点中使用 dt 并存入业务表中,每天零点定时或者手动执行任务,但是在数据库中存储的时间是 utc 时间
What you expected to happen
如果零点执行,或者手动执行,存储的应该是执行的时间,如果我本地时间 8:00 执行,那数据库应该存储的是 8:00 而不是 0:00(我在 UTC + 8 的国家)
How to reproduce
N/A
Anything else
No response
Version
dev
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: