﻿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
19835	django.utils.timezone.now should return local time when used with timezone.activate	bach@…	nobody	"I think using django.utils.timezone.now should return a timezone aware datetime object when used in conjunction with timezone.activate

For example, 

timezone.activate('US/Pacific')
now = timezone.now()

now is a value that is UTC time instead of US/Pacific time. I understand that activate is used for rendering in templates but it's confusing when a user calls activate expecting that timezone to be activated and timezone.now doesn't obey that activation. If they aren't supposed to work together, I don't think they should belong in the same module."	Bug	closed	Core (Other)	1.5	Normal	wontfix			Unreviewed	0	0	0	0	0	0
