Why are we making DateRangeField timezone aware?
Thutmose3 opened this issue · 3 comments
Thutmose3 commented
Dates in Django do not have timezones, as they are just dates, only DateTime has this, which makes sence.
Here we make DateRangeField timezone aware:
django-filter/django_filters/fields.py
Line 42 in 920a79f
Why is that? It's causing really strange behaviour.
And when removing the timezone code for this, all is good with any timezone i try.