﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
17260	`QuerySet.dates()` is computed in UTC when time zone support is enabled	Aymeric Augustin	Aymeric Augustin	"Aggregation on dates is performed in UTC (the database timezone) when `settings.USE_TZ = True`, while an end user may expect its current time zone to be taken into account. This is a known problem in the initial implementation of time zone support.

It affects:
- `QuerySet.dates()`,
-  the `year`, `month`, `day`, and `week_day` lookups,
- `date_hierarchy` in the admin,
- the date based generic views."	Bug	closed	Database layer (models, ORM)	dev	Normal	fixed		kmike84@… anssi.kaariainen@… semente+django@…	Accepted	1	0	0	0	0	0
