Tivix/django-cron

Issue with run_at_times

Opened this issue · 1 comments

Hello. I would like to report an issue using "run_at_times".

The problem I encountered concerns the execution of the cron, which is supposed to run at 14:00 UTC, but it is saving 8:00 in the run_at_times column in the database... I believe there might be an issue in django_cron/core.py at line 159.

I'll try to solve it...

I think I have solved it simply by replacing ">=" with "==" at line 159