gocraft / work

Process background jobs in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EnqueueIn RunAt should base on local time

rush24 opened this issue · comments

EnqueueIn RunAt func bases on UTC now,while the passing param is secondsFromNow but no a timestamp.
It means base on the local running machine time when calling EnqueueIn secondsFromNow , UTC now makes it confused and have to calculate the real time.