﻿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
2447	[patch] Experimental time zone support for date and time fields, database backend utilities	bahamut@…	nobody	"The attached patch attempts to improve Django's support for time zones.

Specifically, it modifies the date and time fields so that they return str(self.data), which will yield an ISO 8601 formatted date, but with a space separator instead of a T. That format will include a time zone offset using the [+-]HH:MM format if the underlying datetime object is not naive. That format is understood by most databases.

It also modifies the function typecast_timestamp from db.backend.util such that it will try to parse time zone offsets. If no such format is found, it will still produce a non-naive datetime object, set in the current time zone."	enhancement	closed	Core (Other)		normal	duplicate	timezone, time zone, UTC		Design decision needed	1	0	0	1	0	0
