mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[GH-ISSUE #538] [Bug] 工作流开始执行时间不对 #346
Labels
No labels
announcement
backlog
bug
declined
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
invalid
pull-request
question
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certimate#346
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @iarthit on GitHub (Mar 20, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/538
描述问题
工作流设置的是每天夜里2点执行,实际上是每天的10点执行,相差刚好8个小时,我docker部署指定了时区为上海
复现步骤
复现该问题的步骤:
工作流-流程编排-cron表达式为 0 2 * * *
期望的结果
每天夜里2点执行
截图

环境
docker部署-v0.3.4
@fudiwei commented on GitHub (Mar 20, 2025):
挂载 /etc/timezone 了吗?
@iarthit commented on GitHub (Mar 20, 2025):
我是这样设置,我试试挂载 /etc/timezone