diff --git a/job.go b/job.go index 68c0982..2cbe811 100644 --- a/job.go +++ b/job.go @@ -370,7 +370,7 @@ func jobPillage(j Job) { } // is the job outdated now ? - if time.Now().After(r.Date.Add(time.Minute*3 + time.Second*30)) { + if time.Now().UTC().After(r.Date.Add(time.Minute*3 + time.Second*30)) { s := TGCommand{ Type: commandSendMsg, Text: fmt.Sprintf("Pillage interception expired"),