﻿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
26571	Documentation about usage of fromtimestamp (wrt timezones) is confusing	Torsten Bronger	nobody	"On <https://docs.djangoproject.com/en/1.9/topics/i18n/timezones/#default-current-time-zone>, it says:

    For instance, use utcfromtimestamp() instead of fromtimestamp()
    – and don’t forget to set tzinfo to utc.

But isn't the straightfoward way for getting a timezone-aware UTC object
{{{
fromtimestamp(time.time(), utc)
}}}
?
"	Cleanup/optimization	closed	Documentation	1.9	Normal	fixed		bronger@…	Accepted	1	0	0	0	0	0
