Django Admin’s handling of dates and times is very confusing

https://www.loopwerk.io/articles/2025/django-admin-datetime/

via https://hachyderm.io/@kevinrenskers/114072304000264553

7 points · 1 comments · view on lemmy.world

1 Comments

refalo@programming.dev · 3 pts · 1y

I agree it's confusing and needs more work, and I disagree with the forum comments about using less JS, I think we need an easy way to translate timezones for the end-user in templates/forms. I really don't like my current method of putting timezone.activate() somewhere in my ModelAdmins.