django-celery-results
django-celery-results copied to clipboard
date_started is not timezone-aware
Steps to Reproduce
- Set database server to a timezone that's not UTC
- Launch a job
- date_started is populated with a datetime based on the server's timezone
Expected Behavior
date_started has a timezone attached
Observed Behavior
date_started does not have a timezone attached, so it's interpreted as UTC when read back