﻿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
29514	get_default_timezone() for UTC is no longer equivalent to timezone.utc	Carlton Gibson	Tim Graham <timograham@…>	"[https://github.com/encode/django-rest-framework/pull/6044 CI testing on Django REST Framework] revealed a change in behaviour in `timezone.get_default_timezone()`. 

The essence is: 


{{{
with override_settings(USE_TZ=True, TIME_ZONE='UTC'):
    self.assertIs(timezone.get_default_timezone(), timezone.utc)
}}}

This passes fails 2.0.x and (currently) fails on 2.1/master. 

Regression in 27ca5ce19f5f184018a61611c1bc319113b1d107. "	Bug	closed	Utilities	2.1	Release blocker	fixed		Sergey Fedoseev	Accepted	1	0	0	0	0	0
