celery / django-celery-results

Celery result back end with django
Other
668 stars 206 forks source link

Display the seconds of the datetime fields in the django admin #403

Open joachimBurket opened 11 months ago

joachimBurket commented 11 months ago

It can sometimes be useful to know the Created DateTime and Completed DateTime of a task with seconds precision.

A possible solution would be to override the field date_created and date_done in the admin.py file by a method that formats the datetime with the seconds.