We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e280205 + 4f91f2b commit 4fc3c48Copy full SHA for 4fc3c48
nomad/leader.go
@@ -299,7 +299,7 @@ func (s *Server) restorePeriodicDispatcher() error {
299
}
300
301
// nextLaunch is the next launch that should occur.
302
- nextLaunch := job.Periodic.Next(launch.Launch)
+ nextLaunch := job.Periodic.Next(launch.Launch.In(job.Periodic.GetLocation()))
303
304
// We skip force launching the job if there should be no next launch
305
// (the zero case) or if the next launch time is in the future. If it is
0 commit comments