﻿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
18768	Timezone documentation lacks some FAQ about how to deal with naive/tz aware datetimes in the Javascript	Alexey Boriskin	nobody	"Timezone documentation provide information about rendering naive and timezone aware datetimes in templates, but lacks some information about working with javascript. 
It would be cool if docs answered on questions like:
* Are javascript Date() objects naive or locale-aware?
* How is timezone conversion may be done with javascript?
* How should I populate javascript variable from django template? Is 
{{{
{% language ""en"" %}
var mydatetime = new Date('{{ mydatetime|date:""r"" }}');
{% endlanguage %}
}}}
ok or not?
* What about JSON serialized datetimes? Will they be in the correct timezone automagically? What is a ""correct"" timezone – client's or server's?
"	New feature	closed	Documentation	dev	Normal	needsinfo	timezone, tz		Unreviewed	0	0	0	0	0	0
