Skip to content

Commit

Permalink
e
Browse files Browse the repository at this point in the history
  • Loading branch information
zqjzqj committed Jan 5, 2021
1 parent f3bc23d commit f21d4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func main() {
}

if jdSecKill.StartTime.Unix() < time.Now().Unix() {
// jdSecKill.StartTime = jdSecKill.StartTime.AddDate(0, 0, 1)
jdSecKill.StartTime = jdSecKill.StartTime.AddDate(0, 0, 1)
}
jdSecKill.SyncJdTime()
logs.PrintlnInfo("开始执行时间为:", jdSecKill.StartTime.Format(global.DateTimeFormatStr))
Expand Down

0 comments on commit f21d4f4

Please sign in to comment.