#30922: Admin's date_hierarchy excludes 31 october when using timezone with DST in northern hemisphere. --------------------------------+--------------------------------------- Reporter: Erwin Junge | Owner: Erwin Junge Type: Bug | Status: closed Component: contrib.admin | Version: master Severity: Normal | Resolution: duplicate Keywords: date_hierarchy | Triage Stage: Accepted Has patch: 1 | Needs documentation: 0 Needs tests: 0 | Patch needs improvement: 0 Easy pickings: 0 | UI/UX: 0 --------------------------------+---------------------------------------
Comment (by felixxm): I don't think that it's a duplicate. This one is strictly related with DST, i.e. `date_hierarchy` uses date `2019-11-01+03:00` instead of `2019-11-01+02:00` (that doesn't exist in this timezone) because `date_to` is in DST and `date_from` is not. -- Ticket URL: <https://code.djangoproject.com/ticket/30922#comment:8> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-updates+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-updates/068.26de1e5398d29fae60336f7efca46fc7%40djangoproject.com.