﻿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
23852	Timezone works inconsistently under Cygwin and Windows	wlnirvana	nobody	"Environment: Win 7 (64-bit) + Cygwin (64-bit) + Django 1.6.5
Current time in Windows system: 2014-11-17 16:25 HKT

If I create a project and run it under Cygwin, I get the following
{{{
$ django-admin.py startproject foobar
$ cd foobar/
$ python manage.py runserver
Validating models...

0 errors found
November 17, 2014 - 08:26:10
Django version 1.6.5, using settings 'foobar.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CONTROL-C.
}}}

Note the time is around '''8:30 in the morning'''!!!

And if I switch to Windows and run the exact same project I just created, I get:
{{{
D:\cygwin64\home\Administrator\foobar>python manage.py runserver
Validating models...

0 errors found
November 17, 2014 - 16:29:10
Django version 1.6.5, using settings 'foobar.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CTRL-BREAK.
}}}

This time it correctly shows the local time."	Bug	new	Core (Management commands)	1.6	Normal		timezone		Unreviewed	0	0	0	0	0	0
