﻿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
26622	Improve timezone documentation regarding requirement for pytz	Josh Smeaton	nobody	"While implementing tests for #25774 it was difficult to determine whether or not pytz had to be installed or not for certain timezone operations to work.

The documentation at https://docs.djangoproject.com/en/dev/topics/i18n/timezones/ mentions:

> Installing pytz is highly recommended, but may not be mandatory depending on your particular database backend, operating system and time zone. If you encounter an exception querying dates or times, please try installing it before filing a bug.

I think it'd be a good idea to be more explicit with this recommendation, potentially providing a matrix of ""database, operating system platform, pytz required?"". We can codify this as a database feature so we can make use of it in tests, and allow 3rd party backends to define their own requirements for platform and pytz.

Alternatively we can just fully require pytz for timezone support and error early if it's not installed (on startup?).

Whoever takes this ticket will need to do some experimentation on linux and windows with all of the core databases to properly determine requirements. I can help with oracle on linux if needed.

Preliminary investigation by Tim in #25774 seems to show that all databases require pytz on Windows for the tests in 25774 at least. There may be some basic timezone operations that do not depend on pytz which would be nice to account for, but maybe not necessary."	Cleanup/optimization	closed	Documentation	dev	Normal	fixed		josh.smeaton@…	Accepted	0	0	0	0	0	0
