robfig/cron

Start cronjob at specific epoc time

JSDeve opened this issue · 0 comments

I want to run cronjob at epoc time with millisecond and work every second.
But I couldn't find it. The cron starts at 000 millisecond. I need it starts at specific time.
For example, at 1657713890300 epoc timestamp, I will Start() it with "@every 1s" time.
Cron must be run next times 1657713891300, 1657713892300, 1657713893300.
Currently, cron running at 1657713891000, 1657713892000, 1657713893000.
Is it possible?