When you have admin users in multiple time zones, the way Django handles the input and display of dates and times is causing confusion. Here’s how you can improve things.
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.
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.