Re: (Circa end of 2021) Localization issues with input type=date?

2022-06-29 Thread Denny Biasiolli
Hi Carlton, Here we go: https://github.com/django/django/pull/15806 Just a draft for now, tried on a local Django project with a test model using Date, Time and DateTime fields. I'm thinking to backward compatibility for custom admin templates, any thoughts? Thanks Denny On Wednesday, June 29

Re: (Circa end of 2021) Localization issues with input type=date?

2022-06-28 Thread Denny Biasiolli
Hi everyone, I just arrived on this topic searching for ideas about improving the admin datetime format. I noticed that datetime values are passed between to/from the admin form using the format defined in settings, but as you mentioned, this could be a problem when users from different timezon