You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems like this package is not handling daylight savings time correctly when a timezone is set as a field, for example, both Django and Celery are running in DST but I create a crontab to run at every day at 9:00 AM in US/Eastern, when the DST changes tasks are not properly executed. I don't see any test case for this in the package but I see them for Celery. Happy to contribute a fix if this is a confirmed issue, I have test cases for it but may have wrongly configured it.