﻿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
32661	An exception should be raised when trying to save datetime/time object and the UTC offset isn't known.	Armin Stepanjan	Abhyudai	"As tzinfo is currently dropped silently from TimeField it leads to tricky bugs for users who expect TimeField to have consistent behaviour with DateTimeField.

This issue suggests two changes, happy to make a PR if the community aggrees with them:

1. Mention that TimeField drops timezone in Model field reference: https://docs.djangoproject.com/en/3.2/ref/models/fields/#timefield

2. Throw a warning when a TimeField with tzinfo is saved (similarly as there's a warning when a naive DateTimeField is saved)."	Cleanup/optimization	closed	Database layer (models, ORM)	3.2	Normal	invalid	timezone, datetime, datetimefield, timefield, models	Aymeric Augustin	Accepted	1	0	0	0	0	0
