I have UTC time zone in my django settings and I am showing UTC time format to user as well . But I want to change UTC time format to local time zone in django admin. I am using django 1.6. Is there a way to display datetime information to the end-user's current timezone in Django admin?
Thanks