﻿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
29546	deprecate timezone.FixedOffset in favor of datetime.timezone	Sergey Fedoseev	Sergey Fedoseev	"We have `FixedOffset` class each instance of which represents a timezone defined by a fixed offset from UTC, in Python 3.2 was added `datetime.timezone` class needed for the same purpose, so now we can get rid of our implementation.
The possible pitfall is that `FixedOffset.dst()` returns `timedelta(0)`, but `datetime.timezone.dst()` returns `None`."	Cleanup/optimization	closed	Utilities	dev	Normal	fixed			Accepted	1	0	0	0	0	0
